mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-23 21:26:36 +00:00
chore(deps): Update wmi to v1.2.2
This includes a move from github.com/StackExchange/wmi to github.com/yusufpapurcu/wmi, as the StackExchange repository has been archived. Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -4,7 +4,6 @@ go 1.13
|
||||
|
||||
require (
|
||||
github.com/Microsoft/hcsshim v0.9.7
|
||||
github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f
|
||||
github.com/dimchansky/utfbom v1.1.1
|
||||
github.com/go-kit/log v0.2.1
|
||||
github.com/go-ole/go-ole v1.2.6
|
||||
@@ -14,6 +13,7 @@ require (
|
||||
github.com/prometheus/common v0.39.0
|
||||
github.com/prometheus/exporter-toolkit v0.8.2
|
||||
github.com/sirupsen/logrus v1.9.0
|
||||
github.com/yusufpapurcu/wmi v1.2.2
|
||||
golang.org/x/sys v0.4.0
|
||||
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
|
||||
Reference in New Issue
Block a user