@@ -9,7 +9,7 @@ require (
9
9
github.com/google/go-containerregistry v0.19.2
10
10
github.com/joho/godotenv v1.5.1
11
11
github.com/prometheus/client_golang v1.19.1
12
- golang.org/x/sync v0.7 .0
12
+ golang.org/x/sync v0.8 .0
13
13
// use go get zotregistry.dev/zot@main to get package
14
14
zotregistry.dev/zot v1.4.4-0.20240604183918-a4b6892a9c27
15
15
)
@@ -20,7 +20,7 @@ require (
20
20
github.com/stretchr/testify v1.9.0
21
21
)
22
22
23
- require golang.org/x/oauth2 v0.20 .0 // indirect
23
+ require golang.org/x/oauth2 v0.22 .0 // indirect
24
24
25
25
require (
26
26
cloud.google.com/go v0.112.1 // indirect
@@ -64,7 +64,7 @@ require (
64
64
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
65
65
github.com/VividCortex/ewma v1.2.0 // indirect
66
66
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
67
- github.com/adrg/xdg v0.4 .0 // indirect
67
+ github.com/adrg/xdg v0.5 .0 // indirect
68
68
github.com/agext/levenshtein v1.2.3 // indirect
69
69
github.com/agnivade/levenshtein v1.1.1 // indirect
70
70
github.com/alecthomas/chroma v0.10.0 // indirect
@@ -118,7 +118,7 @@ require (
118
118
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
119
119
github.com/briandowns/spinner v1.23.0 // indirect
120
120
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
121
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
121
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
122
122
github.com/chai2010/gettext-go v1.0.2 // indirect
123
123
github.com/chartmuseum/auth v0.5.0 // indirect
124
124
github.com/cheggaaa/pb/v3 v3.1.5 // indirect
@@ -220,7 +220,7 @@ require (
220
220
github.com/gorilla/websocket v1.5.0 // indirect
221
221
github.com/gosuri/uitable v0.0.4 // indirect
222
222
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
223
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.20 .0 // indirect
223
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.22 .0 // indirect
224
224
github.com/hashicorp/errwrap v1.1.0 // indirect
225
225
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
226
226
github.com/hashicorp/go-getter v1.7.4 // indirect
@@ -405,21 +405,21 @@ require (
405
405
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
406
406
go.uber.org/multierr v1.11.0 // indirect
407
407
go.uber.org/zap v1.27.0 // indirect
408
- golang.org/x/crypto v0.24 .0 // indirect
408
+ golang.org/x/crypto v0.27 .0 // indirect
409
409
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
410
410
golang.org/x/mod v0.18.0 // indirect
411
- golang.org/x/net v0.26 .0 // indirect
412
- golang.org/x/sys v0.21 .0 // indirect
413
- golang.org/x/term v0.21 .0 // indirect
414
- golang.org/x/text v0.16 .0 // indirect
411
+ golang.org/x/net v0.29 .0 // indirect
412
+ golang.org/x/sys v0.25 .0 // indirect
413
+ golang.org/x/term v0.24 .0 // indirect
414
+ golang.org/x/text v0.18 .0 // indirect
415
415
golang.org/x/time v0.5.0 // indirect
416
416
golang.org/x/tools v0.22.0 // indirect
417
417
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
418
418
google.golang.org/api v0.172.0 // indirect
419
419
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
420
- google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 // indirect
421
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
422
- google.golang.org/grpc v1.64 .0
420
+ google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
421
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
422
+ google.golang.org/grpc v1.65 .0
423
423
google.golang.org/protobuf v1.34.2 // indirect
424
424
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
425
425
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
0 commit comments