mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2024-12-24 06:52:32 +00:00
21 lines
794 B
Modula-2
21 lines
794 B
Modula-2
module github.com/soundcloud/ipmi_exporter
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
|
github.com/golang/protobuf v1.4.0 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/prometheus/client_golang v1.5.1
|
|
github.com/prometheus/common v0.9.1
|
|
github.com/prometheus/procfs v0.0.11 // indirect
|
|
github.com/sirupsen/logrus v1.5.0 // indirect
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|