Skip to content

Commit a21f27d

Browse files
committed
go mod tidy
Signed-off-by: Richard Wall <[email protected]>
1 parent c1bd330 commit a21f27d

File tree

2 files changed

+1048
-119
lines changed

2 files changed

+1048
-119
lines changed

go.mod

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ go 1.16
44

55
require (
66
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
98
github.com/jetstack/cert-manager v1.7.0-beta.0
109
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
1716
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
1918
)

0 commit comments

Comments
 (0)