@@ -7,7 +7,7 @@ require (
7
7
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20220720053627-e327d0730470 // Waiting for https://github.com/ahmetb/gen-crd-api-reference-docs/pull/43/files to merge
8
8
github.com/cloudevents/sdk-go/v2 v2.15.2
9
9
github.com/containerd/containerd v1.7.15
10
- github.com/go-git/go-git/v5 v5.12 .0
10
+ github.com/go-git/go-git/v5 v5.13 .0
11
11
github.com/google/go-cmp v0.6.0
12
12
github.com/google/go-containerregistry v0.19.1
13
13
github.com/google/uuid v1.6.0
@@ -24,7 +24,7 @@ require (
24
24
github.com/tektoncd/plumbing v0.0.0-20220817140952-3da8ce01aeeb
25
25
go.opencensus.io v0.24.0
26
26
go.uber.org/zap v1.27.0
27
- golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
27
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
28
28
golang.org/x/oauth2 v0.18.0 // indirect
29
29
gomodules.xyz/jsonpatch/v2 v2.4.0
30
30
k8s.io/api v0.28.5
@@ -64,10 +64,10 @@ require (
64
64
)
65
65
66
66
require (
67
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
67
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
68
68
github.com/emirpasic/gods v1.18.1 // indirect
69
69
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
70
- github.com/go-git/go-billy/v5 v5.5 .0
70
+ github.com/go-git/go-billy/v5 v5.6 .0
71
71
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
72
72
github.com/kevinburke/ssh_config v1.2.0 // indirect
73
73
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
@@ -95,7 +95,8 @@ require (
95
95
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
96
96
github.com/cloudflare/circl v1.3.7 // indirect
97
97
github.com/containerd/log v0.1.0 // indirect
98
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
98
+ github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
99
+ github.com/cyphar/filepath-securejoin v0.2.5 // indirect
99
100
github.com/davidmz/go-pageant v1.0.2 // indirect
100
101
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
101
102
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -125,7 +126,7 @@ require (
125
126
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
126
127
github.com/ryanuber/go-glob v1.0.0 // indirect
127
128
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
128
- github.com/skeema/knownhosts v1.2.2 // indirect
129
+ github.com/skeema/knownhosts v1.3.0 // indirect
129
130
github.com/stoewer/go-strcase v1.2.0 // indirect
130
131
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
131
132
github.com/zeebo/errs v1.3.0 // indirect
@@ -173,12 +174,11 @@ require (
173
174
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
174
175
github.com/cespare/xxhash/v2 v2.2.0 // indirect
175
176
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
176
- github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
177
177
github.com/davecgh/go-spew v1.1.1 // indirect
178
178
github.com/dimchansky/utfbom v1.1.1 // indirect
179
179
github.com/docker/cli v24.0.7+incompatible // indirect
180
180
github.com/docker/distribution v2.8.2+incompatible // indirect
181
- github.com/docker/docker v26.0.0 +incompatible // indirect
181
+ github.com/docker/docker v26.1.5 +incompatible // indirect
182
182
github.com/docker/docker-credential-helpers v0.7.0 // indirect
183
183
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
184
184
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
@@ -190,7 +190,7 @@ require (
190
190
github.com/go-openapi/swag v0.22.3 // indirect
191
191
github.com/gobuffalo/flect v1.0.2 // indirect
192
192
github.com/gogo/protobuf v1.3.2 // indirect
193
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
193
+ github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
194
194
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
195
195
github.com/golang/protobuf v1.5.4 // indirect
196
196
github.com/google/gofuzz v1.2.0 // indirect
@@ -220,19 +220,19 @@ require (
220
220
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
221
221
github.com/sirupsen/logrus v1.9.3 // indirect
222
222
github.com/spf13/pflag v1.0.5 // indirect
223
- github.com/stretchr/testify v1.9 .0
223
+ github.com/stretchr/testify v1.10 .0
224
224
github.com/vbatts/tar-split v0.11.3 // indirect
225
225
go.uber.org/automaxprocs v1.5.3 // indirect
226
226
go.uber.org/multierr v1.11.0 // indirect
227
- golang.org/x/crypto v0.22 .0 // indirect
228
- golang.org/x/mod v0.14 .0 // indirect
229
- golang.org/x/net v0.24 .0 // indirect
230
- golang.org/x/sync v0.7 .0
231
- golang.org/x/sys v0.19 .0 // indirect
232
- golang.org/x/term v0.19 .0 // indirect
233
- golang.org/x/text v0.14 .0 // indirect
227
+ golang.org/x/crypto v0.31 .0 // indirect
228
+ golang.org/x/mod v0.19 .0 // indirect
229
+ golang.org/x/net v0.33 .0 // indirect
230
+ golang.org/x/sync v0.10 .0
231
+ golang.org/x/sys v0.28 .0 // indirect
232
+ golang.org/x/term v0.27 .0 // indirect
233
+ golang.org/x/text v0.21 .0 // indirect
234
234
golang.org/x/time v0.5.0 // indirect
235
- golang.org/x/tools v0.17 .0 // indirect
235
+ golang.org/x/tools v0.23 .0 // indirect
236
236
google.golang.org/api v0.171.0 // indirect
237
237
google.golang.org/appengine v1.6.8 // indirect
238
238
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
0 commit comments