@@ -7,15 +7,15 @@ require (
7
7
github.com/Masterminds/semver v1.5.0
8
8
github.com/Skyscanner/kms-issuer v1.0.1-0.20221007144244-feb19f32171b
9
9
github.com/cert-manager/approver-policy v0.4.0
10
- github.com/cert-manager/aws-privateca-issuer v1.2.2
11
- github.com/cert-manager/cert-manager v1.10.1
10
+ github.com/cert-manager/aws-privateca-issuer v1.2.4
11
+ github.com/cert-manager/cert-manager v1.11.0
12
12
github.com/cloudflare/origin-ca-issuer v0.6.1
13
13
github.com/go-yaml/yaml v2.1.0+incompatible
14
- github.com/gofrs/uuid v4.3.1 +incompatible
15
- github.com/golang-jwt/jwt/v4 v4.4.2
16
- github.com/jetstack/google-cas-issuer v0.6.0
17
- github.com/jetstack/js-operator v0.0.1-alpha.18
18
- github.com/jetstack/venafi-enhanced-issuer v0.1.6
14
+ github.com/gofrs/uuid v4.4.0 +incompatible
15
+ github.com/golang-jwt/jwt/v4 v4.4.3
16
+ github.com/jetstack/google-cas-issuer v0.6.2
17
+ github.com/jetstack/js-operator v0.0.1-alpha.20
18
+ github.com/jetstack/venafi-enhanced-issuer v0.1.4
19
19
github.com/maxatome/go-testdeep v1.12.0
20
20
github.com/mitchellh/go-homedir v1.1.0
21
21
github.com/pkg/errors v0.9.1
@@ -24,41 +24,32 @@ require (
24
24
github.com/spf13/pflag v1.0.5
25
25
github.com/stretchr/testify v1.8.1
26
26
github.com/toqueteos/webbrowser v1.2.0
27
- golang.org/x/oauth2 v0.2 .0
27
+ golang.org/x/oauth2 v0.4 .0
28
28
golang.org/x/sync v0.1.0
29
29
gopkg.in/yaml.v2 v2.4.0
30
- k8s.io/api v0.25.3
31
- k8s.io/apiextensions-apiserver v0.25.3
32
- k8s.io/apimachinery v0.25.4
33
- k8s.io/client-go v0.25.3
34
- k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2
30
+ k8s.io/api v0.26.1
31
+ k8s.io/apiextensions-apiserver v0.26.1
32
+ k8s.io/apimachinery v0.26.1
33
+ k8s.io/client-go v0.26.1
35
34
sigs.k8s.io/yaml v1.3.0
36
35
)
37
36
38
37
require (
39
- cloud.google.com/go/compute v1.12.1 // indirect
40
- cloud.google.com/go/compute/metadata v0.2.1 // indirect
41
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
42
- github.com/Azure/go-autorest/autorest v0.11.28 // indirect
43
- github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
44
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
45
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
46
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
47
38
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
48
39
github.com/davecgh/go-spew v1.1.1 // indirect
49
- github.com/emicklei/go-restful/v3 v3.9.0 // indirect
40
+ github.com/emicklei/go-restful/v3 v3.10.1 // indirect
50
41
github.com/go-logr/logr v1.2.3 // indirect
51
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
52
- github.com/go-openapi/jsonreference v0.20.0 // indirect
42
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
43
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
53
44
github.com/go-openapi/swag v0.22.3 // indirect
54
45
github.com/gogo/protobuf v1.3.2 // indirect
55
46
github.com/golang/protobuf v1.5.2 // indirect
56
47
github.com/google/gnostic v0.6.9 // indirect
57
48
github.com/google/go-cmp v0.5.9 // indirect
58
49
github.com/google/gofuzz v1.2.0 // indirect
59
50
github.com/imdario/mergo v0.3.13 // indirect
60
- github.com/inconshreveable/mousetrap v1.0.1 // indirect
61
- github.com/jetstack/external-issuer-lib v0.0.0-20221107151228-a68398a7931b // indirect
51
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
52
+ github.com/jetstack/external-issuer-lib v0.0.0-20230131131335-ecd6ecae31f1 // indirect
62
53
github.com/josharian/intern v1.0.0 // indirect
63
54
github.com/json-iterator/go v1.1.12 // indirect
64
55
github.com/mailru/easyjson v0.7.7 // indirect
@@ -67,20 +58,20 @@ require (
67
58
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
68
59
github.com/pmezard/go-difflib v1.0.0 // indirect
69
60
github.com/russross/blackfriday/v2 v2.1.0 // indirect
70
- golang.org/x/crypto v0.2.0 // indirect
71
- golang.org/x/net v0.2.0 // indirect
72
- golang.org/x/sys v0.2.0 // indirect
73
- golang.org/x/term v0.2.0 // indirect
74
- golang.org/x/text v0.4.0 // indirect
75
- golang.org/x/time v0.2.0 // indirect
61
+ golang.org/x/net v0.5.0 // indirect
62
+ golang.org/x/sys v0.5.0 // indirect
63
+ golang.org/x/term v0.4.0 // indirect
64
+ golang.org/x/text v0.6.0 // indirect
65
+ golang.org/x/time v0.3.0 // indirect
76
66
google.golang.org/appengine v1.6.7 // indirect
77
67
google.golang.org/protobuf v1.28.1 // indirect
78
68
gopkg.in/inf.v0 v0.9.1 // indirect
79
69
gopkg.in/yaml.v3 v3.0.1 // indirect
80
- k8s.io/klog/v2 v2.80.1 // indirect
81
- k8s.io/kube-openapi v0.0.0-20221106113015-f73e7dbcfe29 // indirect
82
- sigs.k8s.io/controller-runtime v0.13.1 // indirect
83
- sigs.k8s.io/gateway-api v0.5.1 // indirect
84
- sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
70
+ k8s.io/klog/v2 v2.90.0 // indirect
71
+ k8s.io/kube-openapi v0.0.0-20230202010329-39b3636cbaa3 // indirect
72
+ k8s.io/utils v0.0.0-20230202215443-34013725500c // indirect
73
+ sigs.k8s.io/controller-runtime v0.14.4 // indirect
74
+ sigs.k8s.io/gateway-api v0.6.0 // indirect
75
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
85
76
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
86
77
)
0 commit comments