exporter-go-mystrom/go.mod

10 lines
160 B
Modula-2
Raw Normal View History

2021-03-18 15:33:22 +01:00
module mystrom-exporter
go 1.15
require (
2021-12-23 16:54:45 +01:00
github.com/gorilla/mux v1.7.3
github.com/prometheus/client_golang v1.10.0
2021-12-23 16:46:56 +01:00
github.com/prometheus/common v0.18.0
)