22 lines
1.0 KiB
Modula-2
22 lines
1.0 KiB
Modula-2
|
module github.com/soundcloud/ipmi_exporter
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
||
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
||
|
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
|
||
|
github.com/gogo/protobuf v1.2.1 // indirect
|
||
|
github.com/golang/protobuf v0.0.0-20180919224659-7716a980bcee // indirect
|
||
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
||
|
github.com/prometheus/client_golang v0.0.0-20180919114304-73edb9af667d
|
||
|
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
|
||
|
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e
|
||
|
github.com/prometheus/procfs v0.0.0-20180920065004-418d78d0b9a7 // indirect
|
||
|
github.com/sirupsen/logrus v0.0.0-20180919115126-33a1e118e113 // indirect
|
||
|
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b // indirect
|
||
|
golang.org/x/sys v0.0.0-20180920110915-d641721ec2de // indirect
|
||
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
||
|
gopkg.in/yaml.v2 v2.2.1
|
||
|
)
|