2021-09-21 10:18:34 +00:00
|
|
|
module github.com/prometheus-community/ipmi_exporter
|
2019-07-05 11:06:58 +00:00
|
|
|
|
2021-09-21 10:18:34 +00:00
|
|
|
go 1.13
|
2019-07-05 11:06:58 +00:00
|
|
|
|
|
|
|
require (
|
2021-09-21 12:44:11 +00:00
|
|
|
github.com/go-kit/log v0.2.0
|
2022-02-22 13:55:27 +00:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
|
|
|
github.com/prometheus/common v0.32.1
|
|
|
|
github.com/prometheus/exporter-toolkit v0.7.1
|
2019-07-05 11:06:58 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2021-05-11 16:37:08 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-07-05 11:06:58 +00:00
|
|
|
)
|