ipmi_exporter/go.mod

13 lines
299 B
Modula-2

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.12.1
github.com/prometheus/common v0.32.1
github.com/prometheus/exporter-toolkit v0.7.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.4.0
)