@@ -4,27 +4,34 @@ go 1.19
4
4
5
5
require (
6
6
github.com/Masterminds/semver v1.5.0
7
- github.com/cert-manager/cert-manager v1.9.1
8
- github.com/gofrs/uuid v4.3.0+incompatible
7
+ github.com/Skyscanner/kms-issuer v1.0.1-0.20221007144244-feb19f32171b
8
+ github.com/cert-manager/aws-privateca-issuer v1.2.2
9
+ github.com/cert-manager/cert-manager v1.10.0
10
+ github.com/cloudflare/origin-ca-issuer v0.6.1
11
+ github.com/gofrs/uuid v4.3.1+incompatible
9
12
github.com/golang-jwt/jwt/v4 v4.4.2
10
- github.com/jetstack/js-operator v0.0.1-alpha.17
13
+ github.com/jetstack/google-cas-issuer v0.6.0
14
+ github.com/jetstack/js-operator v0.0.1-alpha.18
15
+ github.com/jetstack/venafi-enhanced-issuer v0.1.6
11
16
github.com/mitchellh/go-homedir v1.1.0
12
- github.com/spf13/cobra v1.5.0
17
+ github.com/smallstep/step-issuer v0.6.1
18
+ github.com/spf13/cobra v1.6.1
13
19
github.com/spf13/pflag v1.0.5
14
- github.com/stretchr/testify v1.8.0
20
+ github.com/stretchr/testify v1.8.1
15
21
github.com/toqueteos/webbrowser v1.2.0
16
- golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1
17
- golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0
22
+ golang.org/x/oauth2 v0.2.0
23
+ golang.org/x/sync v0.1.0
18
24
gopkg.in/yaml.v2 v2.4.0
19
- k8s.io/api v0.25.2
20
- k8s.io/apiextensions-apiserver v0.25.2
21
- k8s.io/apimachinery v0.25.2
22
- k8s.io/client-go v0.25.2
25
+ k8s.io/api v0.25.3
26
+ k8s.io/apiextensions-apiserver v0.25.3
27
+ k8s.io/apimachinery v0.25.3
28
+ k8s.io/client-go v0.25.3
23
29
sigs.k8s.io/yaml v1.3.0
24
30
)
25
31
26
32
require (
27
- cloud.google.com/go/compute v1.10.0 // indirect
33
+ cloud.google.com/go/compute v1.12.1 // indirect
34
+ cloud.google.com/go/compute/metadata v0.2.1 // indirect
28
35
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
29
36
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
30
37
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
@@ -42,9 +49,11 @@ require (
42
49
github.com/gogo/protobuf v1.3.2 // indirect
43
50
github.com/golang/protobuf v1.5.2 // indirect
44
51
github.com/google/gnostic v0.6.9 // indirect
52
+ github.com/google/go-cmp v0.5.9 // indirect
45
53
github.com/google/gofuzz v1.2.0 // indirect
46
54
github.com/imdario/mergo v0.3.13 // indirect
47
55
github.com/inconshreveable/mousetrap v1.0.1 // indirect
56
+ github.com/jetstack/external-issuer-lib v0.0.0-20221107151228-a68398a7931b // indirect
48
57
github.com/josharian/intern v1.0.0 // indirect
49
58
github.com/json-iterator/go v1.1.12 // indirect
50
59
github.com/mailru/easyjson v0.7.7 // indirect
@@ -53,23 +62,21 @@ require (
53
62
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
54
63
github.com/pmezard/go-difflib v1.0.0 // indirect
55
64
github.com/russross/blackfriday/v2 v2.1.0 // indirect
56
- golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b // indirect
57
- golang.org/x/net v0.0.0-20221004154528-8021a29435af // indirect
58
- golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875 // indirect
59
- golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
60
- golang.org/x/text v0.3.7 // indirect
61
- golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
65
+ golang.org/x/crypto v0.2.0 // indirect
66
+ golang.org/x/net v0.2.0 // indirect
67
+ golang.org/x/sys v0.2.0 // indirect
68
+ golang.org/x/term v0.2.0 // indirect
69
+ golang.org/x/text v0.4.0 // indirect
70
+ golang.org/x/time v0.2.0 // indirect
62
71
google.golang.org/appengine v1.6.7 // indirect
63
72
google.golang.org/protobuf v1.28.1 // indirect
64
73
gopkg.in/inf.v0 v0.9.1 // indirect
65
74
gopkg.in/yaml.v3 v3.0.1 // indirect
66
75
k8s.io/klog/v2 v2.80.1 // indirect
67
- k8s.io/kube-openapi v0.0.0-20220928191237-829ce0c27909 // indirect
68
- k8s.io/utils v0.0.0-20220922133306-665eaaec4324 // indirect
69
- sigs.k8s.io/gateway-api v0.5.0 // indirect
76
+ k8s.io/kube-openapi v0.0.0-20221106113015-f73e7dbcfe29 // indirect
77
+ k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2 // indirect
78
+ sigs.k8s.io/controller-runtime v0.13.1 // indirect
79
+ sigs.k8s.io/gateway-api v0.5.1 // indirect
70
80
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
71
81
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
72
82
)
73
-
74
- // Remove this replace stanze once we depend on a version of cert-manager that has https://github.com/cert-manager/cert-manager/pull/5376
75
- replace sigs.k8s.io/gateway-api v0.5.0 => sigs.k8s.io/gateway-api v0.4.3
0 commit comments