Skip to content

Commit 418702b

Browse files
committed
Use csi-lib-utils v0.10.0
1 parent af295e7 commit 418702b

File tree

4 files changed

+6
-55
lines changed

4 files changed

+6
-55
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ go 1.16
55
require (
66
github.com/container-storage-interface/spec v1.5.0
77
github.com/golang/mock v1.4.3
8-
github.com/kubernetes-csi/csi-lib-utils v0.9.1
8+
github.com/kubernetes-csi/csi-lib-utils v0.10.0
99
github.com/kubernetes-csi/csi-test/v4 v4.0.0-20200806214950-555d70a11a8b
1010
google.golang.org/grpc v1.38.0
11-
k8s.io/component-base v0.22.0 // indirect
1211
k8s.io/klog/v2 v2.9.0
1312
)

0 commit comments

Comments
 (0)