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:
Ben Reedy
2023-03-12 10:27:31 +10:00
parent 8d4c38b48e
commit 7886cf9e37
32 changed files with 33 additions and 38 deletions

2
go.mod
View File

@@ -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