File tree Expand file tree Collapse file tree 3 files changed +31
-61
lines changed Expand file tree Collapse file tree 3 files changed +31
-61
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/cert-manager/csi-lib
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
- github.com/cert-manager/cert-manager v1.8.0
7
- github.com/container-storage-interface/spec v1.4 .0
8
- github.com/go-logr/logr v1.2.0
9
- github.com/kubernetes-csi/csi-lib-utils v0.9.1
6
+ github.com/cert-manager/cert-manager v1.8.1
7
+ github.com/container-storage-interface/spec v1.6 .0
8
+ github.com/go-logr/logr v1.2.3
9
+ github.com/kubernetes-csi/csi-lib-utils v0.11.0
10
10
github.com/stretchr/testify v1.7.0
11
- golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d
12
- google.golang.org/grpc v1.43 .0
11
+ golang.org/x/net v0.0.0-20220615171555-694bf12d69de
12
+ google.golang.org/grpc v1.47 .0
13
13
k8s.io/apimachinery v0.23.4
14
14
k8s.io/client-go v0.23.4
15
15
k8s.io/klog/v2 v2.30.0
@@ -69,7 +69,7 @@ require (
69
69
go.uber.org/zap v1.19.1 // indirect
70
70
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
71
71
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
72
- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
72
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
73
73
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
74
74
golang.org/x/text v0.3.7 // indirect
75
75
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
You can’t perform that action at this time.
0 commit comments