ipmi_exporter/go.mod

13 lines
299 B
Modula-2
Raw Normal View History

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
2021-05-11 16:37:08 +00:00
gopkg.in/yaml.v2 v2.4.0
)