apcupsd_exporter/go.mod
Matt Layher a4a2b2f150
apcupsd_exporter: modernize and tidy
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-06-08 09:41:16 -04:00

14 lines
433 B
Modula-2

module github.com/mdlayher/apcupsd_exporter
go 1.14
require (
github.com/golang/protobuf v1.4.2 // indirect
github.com/mdlayher/apcupsd v0.0.0-20200608131503-2bf01da7bf1b
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/common v0.10.0 // indirect
github.com/prometheus/procfs v0.1.0 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
google.golang.org/protobuf v1.24.0 // indirect
)