File tree Expand file tree Collapse file tree 2 files changed +99
-63
lines changed
Expand file tree Collapse file tree 2 files changed +99
-63
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,19 @@ go 1.15
44
55require (
66 github.com/apache/cloudstack-go/v2 v2.9.1-0.20210727090705-0ad6453e08b8
7- github.com/container-storage-interface/spec v1.3 .0
8- github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
7+ github.com/container-storage-interface/spec v1.5 .0
8+ github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
99 github.com/hashicorp/go-uuid v1.0.2
10- github.com/kubernetes-csi/csi-test/v4 v4.1 .0
10+ github.com/kubernetes-csi/csi-test/v4 v4.2 .0
1111 go.uber.org/zap v1.16.0
12- golang.org/x/text v0.3.5
13- google.golang.org/grpc v1.36.0
12+ golang.org/x/text v0.3.6
13+ google.golang.org/genproto v0.0.0-20210726200206-e7812ac95cc0 // indirect
14+ google.golang.org/grpc v1.39.0
1415 gopkg.in/gcfg.v1 v1.2.3
1516 gopkg.in/warnings.v0 v0.1.2 // indirect
16- k8s.io/api v0.20.4
17- k8s.io/apimachinery v0.20.4
18- k8s.io/client-go v0.20.4
19- k8s.io/mount-utils v0.20.4
17+ k8s.io/api v0.21.3
18+ k8s.io/apimachinery v0.21.3
19+ k8s.io/client-go v0.21.3
20+ k8s.io/mount-utils v0.21.3
2021 k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
2122)
You can’t perform that action at this time.
0 commit comments