Skip to content

Commit 50bb059

Browse files
committed
Upgrade golang version to 1.8
Also upgraded: github.com/cert-manager/cert-manager v1.8.0 => v1.8.1 github.com/container-storage-interface/spec v1.4.0 => v1.6.0 github.com/go-logr/logr v1.2.0 => v1.2.3 github.com/kubernetes-csi/csi-lib-utils v0.9.1 => v0.11.0 golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d => v0.0.0-20220615171555-694bf12d69de google.golang.org/grpc v1.43.0 => v1.47.0 Signed-off-by: Jing Liu <[email protected]>
1 parent c3663f8 commit 50bb059

File tree

3 files changed

+31
-61
lines changed

3 files changed

+31
-61
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module github.com/cert-manager/csi-lib
22

3-
go 1.17
3+
go 1.18
44

55
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
1010
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
1313
k8s.io/apimachinery v0.23.4
1414
k8s.io/client-go v0.23.4
1515
k8s.io/klog/v2 v2.30.0
@@ -69,7 +69,7 @@ require (
6969
go.uber.org/zap v1.19.1 // indirect
7070
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
7171
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
7373
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
7474
golang.org/x/text v0.3.7 // indirect
7575
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect

0 commit comments

Comments
 (0)