22 lines
631 B
Modula-2
22 lines
631 B
Modula-2
module github.com/prometheus-community/windows_exporter
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Microsoft/hcsshim v0.9.7
|
|
github.com/alecthomas/kingpin/v2 v2.3.2
|
|
github.com/dimchansky/utfbom v1.1.1
|
|
github.com/go-kit/log v0.2.1
|
|
github.com/go-ole/go-ole v1.2.6
|
|
github.com/leoluk/perflib_exporter v0.2.0
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/prometheus/client_model v0.3.0
|
|
github.com/prometheus/common v0.42.0
|
|
github.com/prometheus/exporter-toolkit v0.9.1
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/yusufpapurcu/wmi v1.2.2
|
|
go.opencensus.io v0.23.0 // indirect
|
|
golang.org/x/sys v0.6.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|