@@ -9,7 +9,7 @@ require (
99 github.com/google/go-containerregistry v0.19.2
1010 github.com/joho/godotenv v1.5.1
1111 github.com/prometheus/client_golang v1.19.1
12- golang.org/x/sync v0.7 .0
12+ golang.org/x/sync v0.8 .0
1313 // use go get zotregistry.dev/zot@main to get package
1414 zotregistry.dev/zot v1.4.4-0.20240604183918-a4b6892a9c27
1515)
@@ -20,7 +20,7 @@ require (
2020 github.com/stretchr/testify v1.9.0
2121)
2222
23- require golang.org/x/oauth2 v0.20 .0 // indirect
23+ require golang.org/x/oauth2 v0.22 .0 // indirect
2424
2525require (
2626 cloud.google.com/go v0.112.1 // indirect
@@ -64,7 +64,7 @@ require (
6464 github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
6565 github.com/VividCortex/ewma v1.2.0 // indirect
6666 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
6868 github.com/agext/levenshtein v1.2.3 // indirect
6969 github.com/agnivade/levenshtein v1.1.1 // indirect
7070 github.com/alecthomas/chroma v0.10.0 // indirect
@@ -118,7 +118,7 @@ require (
118118 github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
119119 github.com/briandowns/spinner v1.23.0 // indirect
120120 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
122122 github.com/chai2010/gettext-go v1.0.2 // indirect
123123 github.com/chartmuseum/auth v0.5.0 // indirect
124124 github.com/cheggaaa/pb/v3 v3.1.5 // indirect
@@ -220,7 +220,7 @@ require (
220220 github.com/gorilla/websocket v1.5.0 // indirect
221221 github.com/gosuri/uitable v0.0.4 // indirect
222222 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
224224 github.com/hashicorp/errwrap v1.1.0 // indirect
225225 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
226226 github.com/hashicorp/go-getter v1.7.4 // indirect
@@ -405,21 +405,21 @@ require (
405405 go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
406406 go.uber.org/multierr v1.11.0 // indirect
407407 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
409409 golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
410410 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
415415 golang.org/x/time v0.5.0 // indirect
416416 golang.org/x/tools v0.22.0 // indirect
417417 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
418418 google.golang.org/api v0.172.0 // indirect
419419 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
423423 google.golang.org/protobuf v1.34.2 // indirect
424424 gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
425425 gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
0 commit comments