@@ -11,8 +11,8 @@ require (
11
11
github.com/golangci/golangci-lint v1.51.2
12
12
github.com/goreleaser/goreleaser v1.26.2
13
13
github.com/psampaz/go-mod-outdated v0.9.0
14
- github.com/stretchr/testify v1.9 .0
15
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
14
+ github.com/stretchr/testify v1.10 .0
15
+ golang.org/x/tools v0.23.0
16
16
gotest.tools/gotestsum v1.11.0
17
17
)
18
18
@@ -139,7 +139,7 @@ require (
139
139
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
140
140
github.com/Microsoft/go-winio v0.6.1 // indirect
141
141
github.com/OpenPeeDeeP/depguard v1.1.1 // indirect
142
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
142
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
143
143
github.com/alessio/shellescape v1.4.1 // indirect
144
144
github.com/alexkohler/prealloc v1.0.0 // indirect
145
145
github.com/alingse/asasalint v0.0.11 // indirect
@@ -198,7 +198,7 @@ require (
198
198
github.com/coreos/go-semver v0.3.1 // indirect
199
199
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
200
200
github.com/curioswitch/go-reassign v0.2.0 // indirect
201
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
201
+ github.com/cyphar/filepath-securejoin v0.2.5 // indirect
202
202
github.com/daixiang0/gci v0.9.1 // indirect
203
203
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
204
204
github.com/denis-tingaikin/go-header v0.4.3 // indirect
@@ -209,7 +209,7 @@ require (
209
209
github.com/dnephin/pflag v1.0.7 // indirect
210
210
github.com/docker/cli v25.0.4+incompatible // indirect
211
211
github.com/docker/distribution v2.8.3+incompatible // indirect
212
- github.com/docker/docker v26.1.3 +incompatible // indirect
212
+ github.com/docker/docker v26.1.5 +incompatible // indirect
213
213
github.com/docker/docker-credential-helpers v0.8.1 // indirect
214
214
github.com/docker/go-connections v0.4.0 // indirect
215
215
github.com/docker/go-units v0.5.0 // indirect
@@ -225,8 +225,8 @@ require (
225
225
github.com/fzipp/gocyclo v0.6.0 // indirect
226
226
github.com/go-critic/go-critic v0.6.7 // indirect
227
227
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
228
- github.com/go-git/go-billy/v5 v5.5 .0 // indirect
229
- github.com/go-git/go-git/v5 v5.12 .0 // indirect
228
+ github.com/go-git/go-billy/v5 v5.6 .0 // indirect
229
+ github.com/go-git/go-git/v5 v5.13 .0 // indirect
230
230
github.com/go-openapi/analysis v0.23.0 // indirect
231
231
github.com/go-openapi/errors v0.22.0 // indirect
232
232
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -248,7 +248,7 @@ require (
248
248
github.com/gobwas/glob v0.2.3 // indirect
249
249
github.com/gofrs/flock v0.8.1 // indirect
250
250
github.com/gogo/protobuf v1.3.2 // indirect
251
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
251
+ github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
252
252
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
253
253
github.com/golang/protobuf v1.5.4 // indirect
254
254
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 // indirect
@@ -380,7 +380,7 @@ require (
380
380
github.com/sivchari/containedctx v1.0.2 // indirect
381
381
github.com/sivchari/nosnakecase v1.7.0 // indirect
382
382
github.com/sivchari/tenv v1.7.1 // indirect
383
- github.com/skeema/knownhosts v1.2.2 // indirect
383
+ github.com/skeema/knownhosts v1.3.0 // indirect
384
384
github.com/slack-go/slack v0.13.0 // indirect
385
385
github.com/sonatard/noctx v0.0.1 // indirect
386
386
github.com/sourcegraph/go-diff v0.7.0 // indirect
@@ -424,16 +424,16 @@ require (
424
424
go.uber.org/multierr v1.11.0 // indirect
425
425
go.uber.org/zap v1.27.0 // indirect
426
426
gocloud.dev v0.37.0 // indirect
427
- golang.org/x/crypto v0.24 .0 // indirect
428
- golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
427
+ golang.org/x/crypto v0.31 .0 // indirect
428
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
429
429
golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9 // indirect
430
- golang.org/x/mod v0.17 .0 // indirect
431
- golang.org/x/net v0.26 .0 // indirect
430
+ golang.org/x/mod v0.19 .0 // indirect
431
+ golang.org/x/net v0.33 .0 // indirect
432
432
golang.org/x/oauth2 v0.20.0 // indirect
433
- golang.org/x/sync v0.7 .0 // indirect
434
- golang.org/x/sys v0.21 .0 // indirect
435
- golang.org/x/term v0.21 .0 // indirect
436
- golang.org/x/text v0.16 .0 // indirect
433
+ golang.org/x/sync v0.10 .0 // indirect
434
+ golang.org/x/sys v0.28 .0 // indirect
435
+ golang.org/x/term v0.27 .0 // indirect
436
+ golang.org/x/text v0.21 .0 // indirect
437
437
golang.org/x/time v0.5.0 // indirect
438
438
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
439
439
google.golang.org/api v0.172.0 // indirect
0 commit comments