Skip to content

Commit b81e96e

Browse files
Update dependencies
1 parent 6da4967 commit b81e96e

File tree

2 files changed

+64
-29
lines changed

2 files changed

+64
-29
lines changed

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ require (
77
github.com/golang/protobuf v1.4.3
88
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
99
github.com/hashicorp/go-uuid v1.0.2
10-
github.com/kubernetes-csi/csi-lib-utils v0.9.0
11-
github.com/kubernetes-csi/csi-test/v4 v4.0.2
10+
github.com/kubernetes-csi/csi-lib-utils v0.9.1
11+
github.com/kubernetes-csi/csi-test/v4 v4.1.0
1212
github.com/xanzy/go-cloudstack/v2 v2.9.0
1313
go.uber.org/zap v1.16.0
14-
golang.org/x/text v0.3.4
15-
google.golang.org/grpc v1.34.0
14+
golang.org/x/text v0.3.5
15+
google.golang.org/grpc v1.36.0
1616
gopkg.in/gcfg.v1 v1.2.3
1717
gopkg.in/warnings.v0 v0.1.2 // indirect
18-
k8s.io/api v0.20.1
19-
k8s.io/apimachinery v0.20.1
20-
k8s.io/client-go v0.20.1
21-
k8s.io/mount-utils v0.20.1
22-
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
18+
k8s.io/api v0.20.4
19+
k8s.io/apimachinery v0.20.4
20+
k8s.io/client-go v0.20.4
21+
k8s.io/mount-utils v0.20.4
22+
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
2323
)

0 commit comments

Comments
 (0)