ipmi_exporter/go.mod

16 lines
488 B
Modula-2
Raw Normal View History

module github.com/soundcloud/ipmi_exporter
go 1.12
require (
2020-04-22 20:49:17 +00:00
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
2021-05-11 16:37:08 +00:00
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.24.0
2020-04-22 20:49:17 +00:00
github.com/stretchr/testify v1.5.1 // indirect
2020-07-26 15:24:32 +00:00
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
2020-04-22 20:49:17 +00:00
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
2021-05-11 16:37:08 +00:00
gopkg.in/yaml.v2 v2.4.0
)