@@ -3,95 +3,97 @@ module github.com/cert-manager/csi-driver
3
3
go 1.19
4
4
5
5
require (
6
- github.com/cert-manager/cert-manager v1.8 .0
7
- github.com/cert-manager/csi-lib v0.2.2
8
- github.com/go-logr/logr v1.2.0
9
- github.com/onsi/ginkgo v1.16.5
10
- github.com/onsi/gomega v1.19 .0
11
- github.com/spf13/cobra v1.4.0
6
+ github.com/cert-manager/cert-manager v1.10 .0
7
+ github.com/cert-manager/csi-lib v0.4.0
8
+ github.com/go-logr/logr v1.2.3
9
+ github.com/onsi/ginkgo/v2 v2.5.0
10
+ github.com/onsi/gomega v1.24 .0
11
+ github.com/spf13/cobra v1.6.1
12
12
github.com/spf13/pflag v1.0.5
13
- github.com/stretchr/testify v1.7.0
14
- k8s.io/api v0.23.6
15
- k8s.io/apimachinery v0.23.6
16
- k8s.io/cli-runtime v0.23.6
17
- k8s.io/client-go v0.23.6
18
- k8s.io/component-base v0.23.6
19
- k8s.io/klog/v2 v2.60 .1
20
- k8s.io/kubectl v0.23.6
21
- k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
22
- sigs.k8s.io/controller-runtime v0.11.2
23
- software.sslmate.com/src/go-pkcs12 v0.0.0-20210415151418-c5206de65a78
13
+ github.com/stretchr/testify v1.8.1
14
+ k8s.io/api v0.25.3
15
+ k8s.io/apimachinery v0.25.3
16
+ k8s.io/cli-runtime v0.25.3
17
+ k8s.io/client-go v0.25.3
18
+ k8s.io/component-base v0.25.3
19
+ k8s.io/klog/v2 v2.80 .1
20
+ k8s.io/kubectl v0.25.3
21
+ k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2
22
+ sigs.k8s.io/controller-runtime v0.13.1
23
+ software.sslmate.com/src/go-pkcs12 v0.2.0
24
24
)
25
25
26
26
require (
27
- cloud.google.com/go v0.99.0 // indirect
27
+ cloud.google.com/go/compute v1.12.1 // indirect
28
+ cloud.google.com/go/compute/metadata v0.2.1 // indirect
28
29
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
29
- github.com/Azure/go-autorest/autorest v0.11.20 // indirect
30
- github.com/Azure/go-autorest/autorest/adal v0.9.15 // indirect
30
+ github.com/Azure/go-autorest/autorest v0.11.28 // indirect
31
+ github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
31
32
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
32
33
github.com/Azure/go-autorest/logger v0.2.1 // indirect
33
34
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
34
- github.com/PuerkitoBio/purell v1.1.1 // indirect
35
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
36
- github.com/container-storage-interface/spec v1.4.0 // indirect
35
+ github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect
36
+ github.com/container-storage-interface/spec v1.7.0 // indirect
37
37
github.com/davecgh/go-spew v1.1.1 // indirect
38
- github.com/evanphx/json-patch v4.12.0+incompatible // indirect
39
- github.com/fsnotify/fsnotify v1.5.1 // indirect
40
- github.com/go-errors/errors v1.0.1 // indirect
38
+ github.com/emicklei/go-restful/v3 v3.9.0 // indirect
39
+ github.com/evanphx/json-patch v5.6.0+incompatible // indirect
40
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
41
+ github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
42
+ github.com/go-errors/errors v1.4.2 // indirect
43
+ github.com/go-ldap/ldap/v3 v3.4.4 // indirect
41
44
github.com/go-openapi/jsonpointer v0.19.5 // indirect
42
- github.com/go-openapi/jsonreference v0.19.5 // indirect
43
- github.com/go-openapi/swag v0.19.14 // indirect
45
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
46
+ github.com/go-openapi/swag v0.22.3 // indirect
44
47
github.com/gogo/protobuf v1.3.2 // indirect
45
- github.com/golang-jwt/jwt/v4 v4.0.0 // indirect
48
+ github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
46
49
github.com/golang/protobuf v1.5.2 // indirect
47
- github.com/google/btree v1.0.1 // indirect
48
- github.com/google/go-cmp v0.5.6 // indirect
50
+ github.com/google/btree v1.1.2 // indirect
51
+ github.com/google/gnostic v0.6.9 // indirect
52
+ github.com/google/go-cmp v0.5.9 // indirect
49
53
github.com/google/gofuzz v1.2.0 // indirect
50
54
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
51
55
github.com/google/uuid v1.3.0 // indirect
52
- github.com/googleapis/gnostic v0.5.5 // indirect
53
- github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
54
- github.com/imdario/mergo v0.3.12 // indirect
55
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
56
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
57
+ github.com/imdario/mergo v0.3.13 // indirect
58
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
56
59
github.com/josharian/intern v1.0.0 // indirect
57
60
github.com/json-iterator/go v1.1.12 // indirect
58
- github.com/kubernetes-csi/csi-lib-utils v0.9.1 // indirect
61
+ github.com/kubernetes-csi/csi-lib-utils v0.11.0 // indirect
59
62
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
60
- github.com/mailru/easyjson v0.7.6 // indirect
63
+ github.com/mailru/easyjson v0.7.7 // indirect
61
64
github.com/moby/spdystream v0.2.0 // indirect
65
+ github.com/moby/sys/mountinfo v0.6.2 // indirect
62
66
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
63
67
github.com/modern-go/reflect2 v1.0.2 // indirect
64
68
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
65
- github.com/nxadm/tail v1.4.8 // indirect
66
- github.com/onsi/ginkgo/v2 v2.1.4 // indirect
69
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
67
70
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
68
71
github.com/pkg/errors v0.9.1 // indirect
69
72
github.com/pmezard/go-difflib v1.0.0 // indirect
70
- github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
71
- go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
72
- golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
73
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
74
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
75
- golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
76
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
77
- golang.org/x/text v0.3.7 // indirect
78
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
73
+ github.com/xlab/treeprint v1.1.0 // indirect
74
+ go.starlark.net v0.0.0-20221028183056-acb66ad56dd2 // indirect
75
+ golang.org/x/crypto v0.1.0 // indirect
76
+ golang.org/x/net v0.2.0 // indirect
77
+ golang.org/x/oauth2 v0.1.0 // indirect
78
+ golang.org/x/sys v0.2.0 // indirect
79
+ golang.org/x/term v0.2.0 // indirect
80
+ golang.org/x/text v0.4.0 // indirect
81
+ golang.org/x/time v0.2.0 // indirect
79
82
google.golang.org/appengine v1.6.7 // indirect
80
- google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect
81
- google.golang.org/grpc v1.43.0 // indirect
82
- google.golang.org/protobuf v1.27 .1 // indirect
83
+ google.golang.org/genproto v0.0.0-20221107162902-2d387536bcdd // indirect
84
+ google.golang.org/grpc v1.50.1 // indirect
85
+ google.golang.org/protobuf v1.28 .1 // indirect
83
86
gopkg.in/inf.v0 v0.9.1 // indirect
84
- gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
85
87
gopkg.in/yaml.v2 v2.4.0 // indirect
86
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
87
- k8s.io/apiextensions-apiserver v0.23.5 // indirect
88
- k8s.io/kube-aggregator v0.23.4 // indirect
89
- k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
90
- k8s.io/mount-utils v0.21.0 // indirect
91
- sigs.k8s.io/gateway-api v0.4 .1 // indirect
92
- sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
93
- sigs.k8s.io/kustomize/api v0.10 .1 // indirect
94
- sigs.k8s.io/kustomize/kyaml v0.13.0 // indirect
95
- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
88
+ gopkg.in/yaml.v3 v3.0.1 // indirect
89
+ k8s.io/apiextensions-apiserver v0.25.3 // indirect
90
+ k8s.io/kube-aggregator v0.25.3 // indirect
91
+ k8s.io/kube-openapi v0.0.0-20221106113015-f73e7dbcfe29 // indirect
92
+ k8s.io/mount-utils v0.25.3 // indirect
93
+ sigs.k8s.io/gateway-api v0.5 .1 // indirect
94
+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
95
+ sigs.k8s.io/kustomize/api v0.12 .1 // indirect
96
+ sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
97
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
96
98
sigs.k8s.io/yaml v1.3.0 // indirect
97
99
)
0 commit comments