2020-05-24 18:38:05 +00:00
|
|
|
module github.com/prometheus-community/windows_exporter
|
2019-10-19 14:50:13 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
|
|
github.com/Microsoft/hcsshim v0.8.6
|
2020-08-11 12:33:29 +00:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f
|
2019-10-19 14:50:13 +00:00
|
|
|
github.com/dimchansky/utfbom v1.1.0
|
|
|
|
github.com/go-ole/go-ole v1.2.1 // indirect
|
|
|
|
github.com/leoluk/perflib_exporter v0.1.0
|
|
|
|
github.com/prometheus/client_golang v0.9.2
|
|
|
|
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
|
|
|
|
github.com/prometheus/common v0.2.0
|
|
|
|
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
|
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2020-10-22 04:07:30 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.1
|
2019-10-19 14:50:13 +00:00
|
|
|
)
|