@@ -26,7 +26,9 @@ require (
26
26
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.3
27
27
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87
28
28
github.com/in-toto/in-toto-golang v0.3.4-0.20211211042327-af1f9fb822bf
29
+ github.com/jmhodges/clock v0.0.0-20160418191101-880ee4c33548
29
30
github.com/kelseyhightower/envconfig v1.4.0
31
+ github.com/letsencrypt/boulder v0.0.0-20220322173223-dd8be8d7b02c
30
32
github.com/manifoldco/promptui v0.9.0
31
33
github.com/miekg/pkcs11 v1.1.1
32
34
github.com/mitchellh/go-homedir v1.1.0
@@ -43,6 +45,7 @@ require (
43
45
github.com/spiffe/go-spiffe/v2 v2.0.0
44
46
github.com/stretchr/testify v1.7.1
45
47
github.com/theupdateframework/go-tuf v0.0.0-20220211205608-f0c3294f63b9
48
+ github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
46
49
github.com/xanzy/go-gitlab v0.60.0
47
50
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
48
51
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
@@ -51,6 +54,7 @@ require (
51
54
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
52
55
google.golang.org/api v0.73.0
53
56
gopkg.in/square/go-jose.v2 v2.6.0
57
+ gopkg.in/yaml.v2 v2.4.0
54
58
k8s.io/api v0.23.5
55
59
k8s.io/apimachinery v0.23.5
56
60
k8s.io/client-go v0.23.5
@@ -216,13 +220,11 @@ require (
216
220
github.com/jedisct1/go-minisign v0.0.0-20210703085342-c1f07ee84431 // indirect
217
221
github.com/jhump/protoreflect v1.9.0 // indirect
218
222
github.com/jmespath/go-jmespath v0.4.0 // indirect
219
- github.com/jmhodges/clock v0.0.0-20160418191101-880ee4c33548 // indirect
220
223
github.com/jonboulle/clockwork v0.2.2 // indirect
221
224
github.com/josharian/intern v1.0.0 // indirect
222
225
github.com/json-iterator/go v1.1.12 // indirect
223
226
github.com/klauspost/compress v1.14.2 // indirect
224
227
github.com/leodido/go-urn v1.2.1 // indirect
225
- github.com/letsencrypt/boulder v0.0.0-20220322173223-dd8be8d7b02c // indirect
226
228
github.com/magiconair/properties v1.8.5 // indirect
227
229
github.com/mailru/easyjson v0.7.7 // indirect
228
230
github.com/mattn/go-colorable v0.1.12 // indirect
@@ -261,7 +263,6 @@ require (
261
263
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
262
264
github.com/tent/canonical-json-go v0.0.0-20130607151641-96e4ba3a7613 // indirect
263
265
github.com/thales-e-security/pool v0.0.2 // indirect
264
- github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
265
266
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
266
267
github.com/vbatts/tar-split v0.11.2 // indirect
267
268
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -305,7 +306,6 @@ require (
305
306
gopkg.in/inf.v0 v0.9.1 // indirect
306
307
gopkg.in/ini.v1 v1.66.2 // indirect
307
308
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
308
- gopkg.in/yaml.v2 v2.4.0 // indirect
309
309
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
310
310
k8s.io/apiextensions-apiserver v0.23.4 // indirect
311
311
k8s.io/gengo v0.0.0-20220307231824-4627b89bbf1b // indirect
0 commit comments