module github.com/prometheus-community/ipmi_exporter go 1.13 require ( github.com/go-kit/log v0.2.0 github.com/prometheus/client_golang v1.11.0 github.com/prometheus/common v0.30.0 gopkg.in/alecthomas/kingpin.v2 v2.2.6 gopkg.in/yaml.v2 v2.4.0 )