ipmi_exporter/go.mod

19 lines
675 B
Modula-2
Raw Normal View History

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-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
2020-07-26 15:24:32 +00:00
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.10.0
github.com/sirupsen/logrus v1.6.0 // indirect
2020-04-22 20:49:17 +00:00
github.com/stretchr/testify v1.5.1 // indirect
2020-07-26 15:24:32 +00:00
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c // indirect
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
2020-07-26 15:24:32 +00:00
gopkg.in/yaml.v2 v2.3.0
)