Skip to content

Commit 5ac4d07

Browse files
committed
chore: fix dependabot alerts (#2825)
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
1 parent 0137f19 commit 5ac4d07

5 files changed

Lines changed: 197 additions & 173 deletions

File tree

go.mod

Lines changed: 60 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module zotregistry.dev/zot
33
go 1.23.2
44

55
require (
6-
github.com/99designs/gqlgen v0.17.57
6+
github.com/99designs/gqlgen v0.17.58
77
github.com/Masterminds/semver v1.5.0
8-
github.com/aquasecurity/trivy v0.57.1
9-
github.com/aquasecurity/trivy-db v0.0.0-20240910133327-7e0f4d2ed4c1
8+
github.com/aquasecurity/trivy v0.58.0
9+
github.com/aquasecurity/trivy-db v0.0.0-20241120092622-333d808d7e45
1010
github.com/aws/aws-sdk-go v1.55.5
1111
github.com/aws/aws-sdk-go-v2 v1.32.6
1212
github.com/aws/aws-sdk-go-v2/config v1.28.6
@@ -60,7 +60,7 @@ require (
6060
github.com/vektah/gqlparser/v2 v2.5.20
6161
github.com/zitadel/oidc/v3 v3.33.1
6262
go.etcd.io/bbolt v1.3.11
63-
golang.org/x/crypto v0.29.0
63+
golang.org/x/crypto v0.31.0
6464
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
6565
golang.org/x/oauth2 v0.24.0
6666
google.golang.org/protobuf v1.35.2
@@ -83,12 +83,12 @@ require (
8383
cuelang.org/go v0.9.2 // indirect
8484
dario.cat/mergo v1.0.1 // indirect
8585
filippo.io/edwards25519 v1.1.0 // indirect
86-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240716105424-66b64c4bb379 // indirect
86+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
8787
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 // indirect
8888
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.14.0 // indirect
8989
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
90-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 // indirect
91-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
90+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 // indirect
91+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0 // indirect
9292
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
9393
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
9494
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -144,10 +144,10 @@ require (
144144
github.com/aquasecurity/go-gem-version v0.0.0-20201115065557-8eed6fe000ce // indirect
145145
github.com/aquasecurity/go-npm-version v0.0.0-20201110091526-0b796d180798 // indirect
146146
github.com/aquasecurity/go-pep440-version v0.0.0-20210121094942-22b2f8951d46 // indirect
147-
github.com/aquasecurity/go-version v0.0.0-20240603093900-cf8a8d29271d // indirect
147+
github.com/aquasecurity/go-version v0.0.0-20241105054539-1951e80d786f // indirect
148148
github.com/aquasecurity/table v1.8.0 // indirect
149149
github.com/aquasecurity/tml v0.6.1 // indirect
150-
github.com/aquasecurity/trivy-checks v1.2.2 // indirect
150+
github.com/aquasecurity/trivy-checks v1.4.0 // indirect
151151
github.com/aquasecurity/trivy-java-db v0.0.0-20240109071736-184bd7481d48 // indirect
152152
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
153153
github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect
@@ -157,13 +157,13 @@ require (
157157
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
158158
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8 // indirect
159159
github.com/aws/aws-sdk-go-v2/service/ebs v1.25.3 // indirect
160-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.179.1 // indirect
161-
github.com/aws/aws-sdk-go-v2/service/ecr v1.35.2 // indirect
160+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.193.0 // indirect
161+
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.6 // indirect
162162
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.25.3 // indirect
163163
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
164164
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect
165165
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect
166-
github.com/aws/aws-sdk-go-v2/service/s3 v1.63.2 // indirect
166+
github.com/aws/aws-sdk-go-v2/service/s3 v1.68.0 // indirect
167167
github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect
168168
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect
169169
github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect
@@ -190,22 +190,23 @@ require (
190190
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
191191
github.com/containerd/cgroups/v3 v3.0.3 // indirect
192192
github.com/containerd/containerd v1.7.23 // indirect
193-
github.com/containerd/containerd/api v1.7.19 // indirect
194-
github.com/containerd/continuity v0.4.3 // indirect
195-
github.com/containerd/errdefs v0.3.0 // indirect
193+
github.com/containerd/containerd/api v1.8.0 // indirect
194+
github.com/containerd/containerd/v2 v2.0.0 // indirect
195+
github.com/containerd/continuity v0.4.4 // indirect
196+
github.com/containerd/errdefs v1.0.0 // indirect
196197
github.com/containerd/errdefs/pkg v0.3.0 // indirect
197198
github.com/containerd/fifo v1.1.0 // indirect
198199
github.com/containerd/log v0.1.0 // indirect
199-
github.com/containerd/platforms v0.2.1 // indirect
200+
github.com/containerd/platforms v1.0.0-rc.0 // indirect
201+
github.com/containerd/plugin v1.0.0 // indirect
200202
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
201-
github.com/containerd/ttrpc v1.2.5 // indirect
202-
github.com/containerd/typeurl/v2 v2.2.0 // indirect
203+
github.com/containerd/ttrpc v1.2.6 // indirect
204+
github.com/containerd/typeurl/v2 v2.2.2 // indirect
203205
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
204206
github.com/containers/ocicrypt v1.2.0 // indirect
205207
github.com/containers/storage v1.56.0 // indirect
206208
github.com/coreos/go-oidc/v3 v3.11.0 // indirect
207209
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
208-
github.com/csaf-poc/csaf_distribution/v3 v3.0.0 // indirect
209210
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f // indirect
210211
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
211212
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -220,7 +221,6 @@ require (
220221
github.com/docker/docker v27.3.1+incompatible // indirect
221222
github.com/docker/docker-credential-helpers v0.8.2 // indirect
222223
github.com/docker/go-connections v0.5.0 // indirect
223-
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
224224
github.com/docker/go-metrics v0.0.1 // indirect
225225
github.com/docker/go-units v0.5.0 // indirect
226226
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
@@ -230,14 +230,14 @@ require (
230230
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
231231
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
232232
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
233-
github.com/fatih/color v1.17.0 // indirect
233+
github.com/fatih/color v1.18.0 // indirect
234234
github.com/felixge/httpsnoop v1.0.4 // indirect
235235
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
236236
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
237237
github.com/go-chi/chi v4.1.2+incompatible // indirect
238238
github.com/go-errors/errors v1.5.1 // indirect
239239
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
240-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
240+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
241241
github.com/go-git/go-git/v5 v5.12.0 // indirect
242242
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
243243
github.com/go-ini/ini v1.67.0 // indirect
@@ -260,6 +260,7 @@ require (
260260
github.com/go-redis/redis/v8 v8.11.5 // indirect
261261
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
262262
github.com/gobwas/glob v0.2.3 // indirect
263+
github.com/gocsaf/csaf/v3 v3.1.0 // indirect
263264
github.com/gogo/protobuf v1.3.2 // indirect
264265
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
265266
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
@@ -295,7 +296,7 @@ require (
295296
github.com/hashicorp/go-uuid v1.0.3 // indirect
296297
github.com/hashicorp/go-version v1.7.0 // indirect
297298
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
298-
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
299+
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
299300
github.com/huandu/xstrings v1.5.0 // indirect
300301
github.com/imdario/mergo v0.3.16 // indirect
301302
github.com/in-toto/attestation v1.1.0 // indirect
@@ -311,7 +312,7 @@ require (
311312
github.com/klauspost/compress v1.17.11 // indirect
312313
github.com/klauspost/pgzip v1.2.6 // indirect
313314
github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f // indirect
314-
github.com/knqyf263/go-deb-version v0.0.0-20230223133812-3ed183d23422 // indirect
315+
github.com/knqyf263/go-deb-version v0.0.0-20241115132648-6f4aee6ccd23 // indirect
315316
github.com/knqyf263/go-rpm-version v0.0.0-20220614171824-631e686d1075 // indirect
316317
github.com/knqyf263/go-rpmdb v0.1.1 // indirect
317318
github.com/knqyf263/nested v0.0.1 // indirect
@@ -346,13 +347,13 @@ require (
346347
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
347348
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
348349
github.com/mitchellh/reflectwalk v1.0.2 // indirect
349-
github.com/moby/buildkit v0.16.0 // indirect
350+
github.com/moby/buildkit v0.17.2 // indirect
350351
github.com/moby/docker-image-spec v1.3.1 // indirect
351352
github.com/moby/locker v1.0.1 // indirect
352353
github.com/moby/spdystream v0.4.0 // indirect
353354
github.com/moby/sys/capability v0.3.0 // indirect
354355
github.com/moby/sys/mountinfo v0.7.2 // indirect
355-
github.com/moby/sys/sequential v0.5.0 // indirect
356+
github.com/moby/sys/sequential v0.6.0 // indirect
356357
github.com/moby/sys/signal v0.7.1 // indirect
357358
github.com/moby/sys/user v0.3.0 // indirect
358359
github.com/moby/sys/userns v0.1.0 // indirect
@@ -371,17 +372,18 @@ require (
371372
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
372373
github.com/oklog/ulid v1.3.1 // indirect
373374
github.com/oleiade/reflections v1.1.0 // indirect
374-
github.com/open-policy-agent/opa v0.68.1-0.20240903211041-76f7038ea2d1 // indirect
375+
github.com/open-policy-agent/opa v0.70.0 // indirect
375376
github.com/opencontainers/runtime-spec v1.2.0 // indirect
377+
github.com/opencontainers/runtime-tools v0.9.1-0.20241001195557-6c9570a1678f // indirect
376378
github.com/opencontainers/selinux v1.11.1 // indirect
377379
github.com/opentracing/opentracing-go v1.2.0 // indirect
378380
github.com/openvex/discovery v0.1.1-0.20240802171711-7c54efc57553 // indirect
379381
github.com/openvex/go-vex v0.2.5 // indirect
380382
github.com/owenrumney/go-sarif/v2 v2.3.3 // indirect
381-
github.com/owenrumney/squealer v1.2.4 // indirect
383+
github.com/owenrumney/squealer v1.2.5 // indirect
382384
github.com/package-url/packageurl-go v0.1.3 // indirect
383385
github.com/pborman/uuid v1.2.1 // indirect
384-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
386+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
385387
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
386388
github.com/pjbgf/sha1cd v0.3.0 // indirect
387389
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
@@ -429,9 +431,10 @@ require (
429431
github.com/stretchr/objx v0.5.2 // indirect
430432
github.com/subosito/gotenv v1.6.0 // indirect
431433
github.com/swaggo/files v1.0.1 // indirect
434+
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
432435
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
433436
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
434-
github.com/tetratelabs/wazero v1.8.0 // indirect
437+
github.com/tetratelabs/wazero v1.8.1 // indirect
435438
github.com/thales-e-security/pool v0.0.2 // indirect
436439
github.com/theupdateframework/go-tuf v0.7.0 // indirect
437440
github.com/theupdateframework/go-tuf/v2 v2.0.1 // indirect
@@ -445,7 +448,7 @@ require (
445448
github.com/vbatts/tar-split v0.11.6 // indirect
446449
github.com/vbauerster/mpb/v8 v8.8.3 // indirect
447450
github.com/veraison/go-cose v1.2.1 // indirect
448-
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
451+
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
449452
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
450453
github.com/x448/float16 v0.8.4 // indirect
451454
github.com/xanzy/go-gitlab v0.109.0 // indirect
@@ -458,66 +461,66 @@ require (
458461
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
459462
github.com/yashtewari/glob-intersection v0.2.0 // indirect
460463
github.com/zclconf/go-cty v1.15.0 // indirect
461-
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
464+
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
462465
github.com/zeebo/errs v1.3.0 // indirect
463466
github.com/zitadel/logging v0.6.1 // indirect
464467
github.com/zitadel/schema v1.3.0 // indirect
465468
go.mongodb.org/mongo-driver v1.16.0 // indirect
466-
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
469+
go.mozilla.org/pkcs7 v0.9.0 // indirect
467470
go.opencensus.io v0.24.0 // indirect
468471
go.opentelemetry.io/contrib/bridges/prometheus v0.54.0 // indirect
469472
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
470473
go.opentelemetry.io/contrib/exporters/autoexport v0.54.0 // indirect
471-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
472-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
473-
go.opentelemetry.io/otel v1.29.0 // indirect
474+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect
475+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect
476+
go.opentelemetry.io/otel v1.31.0 // indirect
474477
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.5.0 // indirect
475478
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.29.0 // indirect
476479
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.29.0 // indirect
477-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
478-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect
479-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0 // indirect
480+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect
481+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 // indirect
482+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 // indirect
480483
go.opentelemetry.io/otel/exporters/prometheus v0.51.0 // indirect
481484
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.5.0 // indirect
482485
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.29.0 // indirect
483486
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29.0 // indirect
484487
go.opentelemetry.io/otel/log v0.5.0 // indirect
485-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
486-
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
488+
go.opentelemetry.io/otel/metric v1.31.0 // indirect
489+
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
487490
go.opentelemetry.io/otel/sdk/log v0.5.0 // indirect
488491
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
489-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
492+
go.opentelemetry.io/otel/trace v1.31.0 // indirect
490493
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
491494
go.starlark.net v0.0.0-20240725214946-42030a7cedce // indirect
492495
go.step.sm/crypto v0.51.2 // indirect
493496
go.uber.org/multierr v1.11.0 // indirect
494497
go.uber.org/zap v1.27.0 // indirect
495-
golang.org/x/mod v0.21.0 // indirect
496-
golang.org/x/net v0.30.0 // indirect
497-
golang.org/x/sync v0.9.0 // indirect
498-
golang.org/x/sys v0.27.0 // indirect
499-
golang.org/x/term v0.26.0 // indirect
500-
golang.org/x/text v0.20.0 // indirect
501-
golang.org/x/time v0.6.0 // indirect
498+
golang.org/x/mod v0.22.0 // indirect
499+
golang.org/x/net v0.31.0 // indirect
500+
golang.org/x/sync v0.10.0 // indirect
501+
golang.org/x/sys v0.28.0 // indirect
502+
golang.org/x/term v0.27.0 // indirect
503+
golang.org/x/text v0.21.0 // indirect
504+
golang.org/x/time v0.7.0 // indirect
502505
golang.org/x/tools v0.26.0 // indirect
503506
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
504507
google.golang.org/api v0.197.0 // indirect
505508
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
506-
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
507-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
508-
google.golang.org/grpc v1.67.0 // indirect
509+
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
510+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
511+
google.golang.org/grpc v1.67.1 // indirect
509512
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
510513
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
511514
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
512515
gopkg.in/inf.v0 v0.9.1 // indirect
513516
gopkg.in/ini.v1 v1.67.0 // indirect
514517
gopkg.in/warnings.v0 v0.1.2 // indirect
515518
gopkg.in/yaml.v2 v2.4.0 // indirect
516-
helm.sh/helm/v3 v3.16.1 // indirect
519+
helm.sh/helm/v3 v3.16.3 // indirect
517520
k8s.io/api v0.31.2 // indirect
518-
k8s.io/apiextensions-apiserver v0.31.0 // indirect
521+
k8s.io/apiextensions-apiserver v0.31.1 // indirect
519522
k8s.io/apimachinery v0.31.2 // indirect
520-
k8s.io/apiserver v0.31.0 // indirect
523+
k8s.io/apiserver v0.31.2 // indirect
521524
k8s.io/cli-runtime v0.31.2 // indirect
522525
k8s.io/client-go v0.31.2 // indirect
523526
k8s.io/component-base v0.31.2 // indirect
@@ -539,4 +542,6 @@ require (
539542
sigs.k8s.io/release-utils v0.8.4 // indirect
540543
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
541544
sigs.k8s.io/yaml v1.4.0 // indirect
545+
tags.cncf.io/container-device-interface v0.8.0 // indirect
546+
tags.cncf.io/container-device-interface/specs-go v0.8.0 // indirect
542547
)

0 commit comments

Comments
 (0)