2021-03-18 15:33:22 +01:00
|
|
|
module mystrom-exporter
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2021-12-23 15:25:59 +01:00
|
|
|
require (
|
2021-12-23 16:54:45 +01:00
|
|
|
github.com/gorilla/mux v1.7.3
|
2021-12-23 15:25:59 +01:00
|
|
|
github.com/prometheus/client_golang v1.10.0
|
2021-12-23 16:46:56 +01:00
|
|
|
github.com/prometheus/common v0.18.0
|
2022-08-29 20:39:07 +02:00
|
|
|
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
|
|
|
|
golang.org/x/tools v0.1.12
|
2021-12-23 15:25:59 +01:00
|
|
|
)
|