2019-07-05 11:06:58 +00:00
|
|
|
module github.com/soundcloud/ipmi_exporter
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-09-29 12:34:14 +00:00
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
2020-02-14 14:08:53 +00:00
|
|
|
github.com/golang/protobuf v1.3.3 // indirect
|
2019-07-09 12:19:54 +00:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
2020-02-14 14:08:53 +00:00
|
|
|
github.com/prometheus/client_golang v1.4.1
|
|
|
|
github.com/prometheus/common v0.9.1
|
|
|
|
github.com/prometheus/procfs v0.0.9 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
|
2019-07-05 11:06:58 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2020-02-14 14:08:53 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-07-05 11:06:58 +00:00
|
|
|
)
|