We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af295e7 commit 418702bCopy full SHA for 418702b
go.mod
@@ -5,9 +5,8 @@ go 1.16
5
require (
6
github.com/container-storage-interface/spec v1.5.0
7
github.com/golang/mock v1.4.3
8
- github.com/kubernetes-csi/csi-lib-utils v0.9.1
+ github.com/kubernetes-csi/csi-lib-utils v0.10.0
9
github.com/kubernetes-csi/csi-test/v4 v4.0.0-20200806214950-555d70a11a8b
10
google.golang.org/grpc v1.38.0
11
- k8s.io/component-base v0.22.0 // indirect
12
k8s.io/klog/v2 v2.9.0
13
)
0 commit comments