2019-07-05 11:06:58 +00:00
|
|
|
module github.com/soundcloud/ipmi_exporter
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-07-09 12:19:54 +00:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
|
|
github.com/prometheus/client_golang v1.0.0
|
|
|
|
github.com/prometheus/common v0.6.0
|
|
|
|
github.com/prometheus/procfs v0.0.3 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
|
2019-07-05 11:06:58 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2019-07-09 12:19:54 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2019-07-05 11:06:58 +00:00
|
|
|
)
|