Skip to content

Commit 2a2eb12

Browse files
Upgrade csi-lib-utils to v0.12.0
1 parent 6b76e94 commit 2a2eb12

File tree

4 files changed

+22
-187
lines changed

4 files changed

+22
-187
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/google/gofuzz v1.2.0 // indirect
99
github.com/google/uuid v1.3.0 // indirect
1010
github.com/imdario/mergo v0.3.12 // indirect
11-
github.com/kubernetes-csi/csi-lib-utils v0.11.0
11+
github.com/kubernetes-csi/csi-lib-utils v0.12.0
1212
github.com/kubernetes-csi/csi-test/v5 v5.0.0
1313
github.com/kubernetes-csi/external-snapshotter/client/v6 v6.1.0
1414
github.com/miekg/dns v1.1.48 // indirect
@@ -62,7 +62,7 @@ require (
6262
github.com/prometheus/procfs v0.8.0 // indirect
6363
github.com/spf13/cobra v1.6.0 // indirect
6464
golang.org/x/mod v0.6.0 // indirect
65-
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
65+
golang.org/x/net v0.4.0 // indirect
6666
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
6767
golang.org/x/sys v0.3.0 // indirect
6868
golang.org/x/term v0.3.0 // indirect

0 commit comments

Comments
 (0)