File tree Expand file tree Collapse file tree 2 files changed +1048
-119
lines changed Expand file tree Collapse file tree 2 files changed +1048
-119
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,15 @@ go 1.16
4
4
5
5
require (
6
6
github.com/container-storage-interface/spec v1.4.0
7
- github.com/go-logr/logr v0.4.0
8
- github.com/golang/protobuf v1.5.2 // indirect
7
+ github.com/go-logr/logr v1.2.0
9
8
github.com/jetstack/cert-manager v1.7.0-beta.0
10
9
github.com/kubernetes-csi/csi-lib-utils v0.9.1
11
- github.com/stretchr/testify v1.6.1
12
- golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
13
- google.golang.org/grpc v1.37 .0
14
- k8s.io/apimachinery v0.21.0
15
- k8s.io/client-go v0.21.0
16
- k8s.io/klog/v2 v2.8 .0
10
+ github.com/stretchr/testify v1.7.0
11
+ golang.org/x/net v0.0.0-20211209124913-491a49abca63
12
+ google.golang.org/grpc v1.43 .0
13
+ k8s.io/apimachinery v0.23.1
14
+ k8s.io/client-go v0.23.1
15
+ k8s.io/klog/v2 v2.30 .0
17
16
k8s.io/mount-utils v0.21.0
18
- k8s.io/utils v0.0.0-20201110183641-67b214c5f920
17
+ k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b
19
18
)
You can’t perform that action at this time.
0 commit comments