ipmi_exporter/go.mod

11 lines
222 B
Modula-2
Raw Normal View History

module github.com/prometheus-community/ipmi_exporter
go 1.13
require (
2021-05-11 16:37:08 +00:00
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.24.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
2021-05-11 16:37:08 +00:00
gopkg.in/yaml.v2 v2.4.0
)