module github.com/soundcloud/ipmi_exporter go 1.12 require ( github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect github.com/kr/text v0.2.0 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/prometheus/client_golang v1.7.1 github.com/prometheus/common v0.10.0 github.com/sirupsen/logrus v1.6.0 // indirect github.com/stretchr/testify v1.5.1 // indirect 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 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/yaml.v2 v2.3.0 )