Skip to content

Commit a833769

Browse files
build(deps): bump github.com/microsoft/wmi from 0.31.2 to 0.32.0
Bumps [github.com/microsoft/wmi](https://github.com/microsoft/wmi) from 0.31.2 to 0.32.0. - [Release notes](https://github.com/microsoft/wmi/releases) - [Commits](microsoft/wmi@v0.31.2...v0.32.0) --- updated-dependencies: - dependency-name: github.com/microsoft/wmi dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 257194a commit a833769

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/kubernetes-csi/csi-lib-utils v0.14.1
2222
github.com/kubernetes-csi/csi-proxy/client v1.0.1
2323
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
24-
github.com/microsoft/wmi v0.31.2
24+
github.com/microsoft/wmi v0.32.0
2525
github.com/onsi/ginkgo/v2 v2.23.4
2626
github.com/onsi/gomega v1.37.0
2727
github.com/pkg/errors v0.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN
298298
github.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs=
299299
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
300300
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
301-
github.com/microsoft/wmi v0.31.2 h1:yRu5Jys/vedyV7aHb/mR2HA0n9WECi3CFw+af4CdR5k=
302-
github.com/microsoft/wmi v0.31.2/go.mod h1:uImvBuQss3NEnzU5bcwq0DsUh54seU3Sl//oBn62LDw=
301+
github.com/microsoft/wmi v0.32.0 h1:8DbWxwqOg98knfLJ0QccLKXR6gWr7nRMllnUn84whxs=
302+
github.com/microsoft/wmi v0.32.0/go.mod h1:uImvBuQss3NEnzU5bcwq0DsUh54seU3Sl//oBn62LDw=
303303
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible h1:aKW/4cBs+yK6gpqU3K/oIwk9Q/XICqd3zOX/UFuvqmk=
304304
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible/go.mod h1:8AuVvqP/mXw1px98n46wfvcGfQ4ci2FwoAjKYxuo3Z4=
305305
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ github.com/kylelemons/godebug/pretty
386386
github.com/mailru/easyjson/buffer
387387
github.com/mailru/easyjson/jlexer
388388
github.com/mailru/easyjson/jwriter
389-
# github.com/microsoft/wmi v0.31.2
389+
# github.com/microsoft/wmi v0.32.0
390390
## explicit; go 1.24.3
391391
github.com/microsoft/wmi/go/wmi
392392
github.com/microsoft/wmi/pkg/base/credential

0 commit comments

Comments
 (0)