Skip to content

Commit 0485546

Browse files
authored
Merge pull request #802 from sunnylovestiramisu/module-update-master
Upgrade csi-lib-utils to v0.12.0
2 parents 77ccc89 + b82eefd commit 0485546

File tree

4 files changed

+21
-155
lines changed

4 files changed

+21
-155
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/golang/mock v1.6.0
1010
github.com/golang/protobuf v1.5.2
1111
github.com/google/gofuzz v1.2.0
12-
github.com/kubernetes-csi/csi-lib-utils v0.11.0
12+
github.com/kubernetes-csi/csi-lib-utils v0.12.0
1313
github.com/kubernetes-csi/csi-test/v4 v4.0.2
1414
github.com/kubernetes-csi/external-snapshotter/client/v6 v6.1.0
1515
github.com/prometheus/client_golang v1.14.0
@@ -52,7 +52,7 @@ require (
5252
github.com/pkg/errors v0.9.1 // indirect
5353
github.com/prometheus/procfs v0.8.0 // indirect
5454
github.com/spf13/pflag v1.0.5 // indirect
55-
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
55+
golang.org/x/net v0.4.0 // indirect
5656
golang.org/x/oauth2 v0.1.0 // indirect
5757
golang.org/x/sys v0.3.0 // indirect
5858
golang.org/x/term v0.3.0 // indirect

0 commit comments

Comments
 (0)