@@ -48,7 +48,7 @@ require (
48
48
github.com/hashicorp/golang-lru v0.6.0
49
49
github.com/kr/pretty v0.3.1
50
50
github.com/kylelemons/godebug v1.1.0
51
- github.com/lestrrat-go/jwx v1.2.25
51
+ github.com/lestrrat-go/jwx v1.2.28
52
52
github.com/mattn/go-isatty v0.0.17
53
53
github.com/miekg/dns v1.1.50
54
54
github.com/mitchellh/copystructure v1.2.0
@@ -75,7 +75,7 @@ require (
75
75
golang.org/x/net v0.17.0
76
76
golang.org/x/oauth2 v0.7.0
77
77
golang.org/x/sync v0.1.0
78
- golang.org/x/sys v0.13 .0
78
+ golang.org/x/sys v0.15 .0
79
79
golang.org/x/time v0.3.0
80
80
gomodules.xyz/jsonpatch/v3 v3.0.1
81
81
google.golang.org/api v0.114.0
@@ -109,7 +109,7 @@ require (
109
109
cloud.google.com/go/compute v1.19.1 // indirect
110
110
cloud.google.com/go/iam v0.13.0 // indirect
111
111
cloud.google.com/go/longrunning v0.4.1 // indirect
112
- github.com/go-jose/go-jose/v3 v3.0.0 // indirect
112
+ github.com/go-jose/go-jose/v3 v3.0.1 // indirect
113
113
github.com/onsi/ginkgo/v2 v2.7.0 // indirect
114
114
github.com/quic-go/qpack v0.4.0 // indirect
115
115
github.com/quic-go/qtls-go1-18 v0.2.0 // indirect
@@ -140,9 +140,9 @@ require (
140
140
github.com/containerd/typeurl v1.0.2 // indirect
141
141
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
142
142
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
143
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // indirect
143
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
144
144
github.com/docker/distribution v2.8.2+incompatible // indirect
145
- github.com/docker/docker v24.0.5 +incompatible // indirect
145
+ github.com/docker/docker v24.0.7 +incompatible // indirect
146
146
github.com/docker/docker-credential-helpers v0.7.0 // indirect
147
147
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
148
148
github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect
@@ -159,7 +159,7 @@ require (
159
159
github.com/go-openapi/swag v0.22.3 // indirect
160
160
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
161
161
github.com/gobwas/glob v0.2.3 // indirect
162
- github.com/goccy/go-json v0.10.0 // indirect
162
+ github.com/goccy/go-json v0.10.2 // indirect
163
163
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
164
164
github.com/golang/mock v1.6.0 // indirect
165
165
github.com/google/btree v1.1.2 // indirect
@@ -181,7 +181,7 @@ require (
181
181
github.com/klauspost/compress v1.15.14 // indirect
182
182
github.com/kr/text v0.2.0 // indirect
183
183
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
184
- github.com/lestrrat-go/blackmagic v1.0.1 // indirect
184
+ github.com/lestrrat-go/blackmagic v1.0.2 // indirect
185
185
github.com/lestrrat-go/httpcc v1.0.1 // indirect
186
186
github.com/lestrrat-go/iter v1.0.2 // indirect
187
187
github.com/lestrrat-go/option v1.0.1 // indirect
@@ -215,13 +215,13 @@ require (
215
215
github.com/rogpeppe/go-internal v1.9.0 // indirect
216
216
github.com/russross/blackfriday/v2 v2.1.0 // indirect
217
217
github.com/shopspring/decimal v1.3.1 // indirect
218
- github.com/sirupsen/logrus v1.9.0 // indirect
218
+ github.com/sirupsen/logrus v1.9.3 // indirect
219
219
github.com/spaolacci/murmur3 v1.1.0 // indirect
220
220
github.com/spf13/afero v1.9.3 // indirect
221
221
github.com/spf13/cast v1.5.0 // indirect
222
222
github.com/spf13/jwalterweatherman v1.1.0 // indirect
223
223
github.com/stoewer/go-strcase v1.2.1 // indirect
224
- github.com/stretchr/testify v1.8.3 // indirect
224
+ github.com/stretchr/testify v1.8.4 // indirect
225
225
github.com/subosito/gotenv v1.4.2 // indirect
226
226
github.com/vbatts/tar-split v0.11.2 // indirect
227
227
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
@@ -231,11 +231,11 @@ require (
231
231
github.com/xlab/treeprint v1.1.0 // indirect
232
232
go.starlark.net v0.0.0-20211013185944-b0039bd2cfe3 // indirect
233
233
go.uber.org/zap v1.24.0 // indirect
234
- golang.org/x/crypto v0.14 .0 // indirect
234
+ golang.org/x/crypto v0.17 .0 // indirect
235
235
golang.org/x/exp v0.0.0-20230108222341-4b8118a2686a
236
236
golang.org/x/mod v0.9.0 // indirect
237
- golang.org/x/term v0.13 .0 // indirect
238
- golang.org/x/text v0.13 .0 // indirect
237
+ golang.org/x/term v0.15 .0 // indirect
238
+ golang.org/x/text v0.14 .0 // indirect
239
239
golang.org/x/tools v0.7.0 // indirect
240
240
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
241
241
gomodules.xyz/orderedmap v0.1.0 // indirect
0 commit comments