@@ -3,16 +3,16 @@ module zotregistry.dev/zot
3
3
go 1.24
4
4
5
5
require (
6
- github.com/99designs/gqlgen v0.17.70
6
+ github.com/99designs/gqlgen v0.17.72
7
7
github.com/Masterminds/semver v1.5.0
8
8
github.com/alicebob/miniredis/v2 v2.34.0
9
9
github.com/aquasecurity/trivy v0.61.1
10
10
github.com/aquasecurity/trivy-db v0.0.0-20250227071930-8bd8a9b89e2d
11
- github.com/aws/aws-sdk-go v1.55.6
11
+ github.com/aws/aws-sdk-go v1.55.7
12
12
github.com/aws/aws-sdk-go-v2 v1.36.3
13
13
github.com/aws/aws-sdk-go-v2/config v1.29.14
14
- github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.18.12
15
- github.com/aws/aws-sdk-go-v2/service/dynamodb v1.42.4
14
+ github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.18.13
15
+ github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.0
16
16
github.com/aws/aws-sdk-go-v2/service/ecr v1.43.3
17
17
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.4
18
18
github.com/aws/aws-secretsmanager-caching-go v1.2.0
@@ -44,7 +44,7 @@ require (
44
44
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
45
45
github.com/nmcclain/ldap v0.0.0-20210720162743-7f8d1e44eeba
46
46
github.com/notaryproject/notation-core-go v1.3.0
47
- github.com/notaryproject/notation-go v1.3.1
47
+ github.com/notaryproject/notation-go v1.3.2
48
48
github.com/olekukonko/tablewriter v0.0.5
49
49
github.com/opencontainers/distribution-spec/specs-go v0.0.0-20250123160558-a139cc423184
50
50
github.com/opencontainers/go-digest v1.0.0
@@ -54,11 +54,11 @@ require (
54
54
github.com/prometheus/client_golang v1.22.0
55
55
github.com/prometheus/client_model v0.6.2
56
56
github.com/redis/go-redis/v9 v9.7.3
57
- github.com/regclient/regclient v0.8.2
57
+ github.com/regclient/regclient v0.8.3
58
58
github.com/rs/zerolog v1.34.0
59
59
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
60
60
github.com/sigstore/cosign/v2 v2.5.0
61
- github.com/sigstore/sigstore v1.9.3
61
+ github.com/sigstore/sigstore v1.9.4
62
62
github.com/smartystreets/goconvey v1.8.1
63
63
github.com/spf13/cast v1.7.1
64
64
github.com/spf13/cobra v1.9.1
@@ -108,7 +108,7 @@ require (
108
108
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
109
109
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
110
110
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.3 // indirect
111
- github.com/BurntSushi/toml v1.4 .0 // indirect
111
+ github.com/BurntSushi/toml v1.5 .0 // indirect
112
112
github.com/CycloneDX/cyclonedx-go v0.9.2 // indirect
113
113
github.com/DataDog/zstd v1.5.5 // indirect
114
114
github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible // indirect
@@ -194,7 +194,7 @@ require (
194
194
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
195
195
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
196
196
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
197
- github.com/containerd/cgroups/v3 v3.0.3 // indirect
197
+ github.com/containerd/cgroups/v3 v3.0.5 // indirect
198
198
github.com/containerd/containerd v1.7.27 // indirect
199
199
github.com/containerd/containerd/api v1.8.0 // indirect
200
200
github.com/containerd/containerd/v2 v2.0.4 // indirect
@@ -208,8 +208,8 @@ require (
208
208
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
209
209
github.com/containerd/ttrpc v1.2.7 // indirect
210
210
github.com/containerd/typeurl/v2 v2.2.3 // indirect
211
- github.com/containers/storage v1.57.2 // indirect
212
- github.com/coreos/go-oidc/v3 v3.13.0 // indirect
211
+ github.com/containers/storage v1.58.0 // indirect
212
+ github.com/coreos/go-oidc/v3 v3.14.1 // indirect
213
213
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
214
214
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f // indirect
215
215
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
@@ -352,7 +352,7 @@ require (
352
352
github.com/moby/sys/mountinfo v0.7.2 // indirect
353
353
github.com/moby/sys/sequential v0.6.0 // indirect
354
354
github.com/moby/sys/signal v0.7.1 // indirect
355
- github.com/moby/sys/user v0.3 .0 // indirect
355
+ github.com/moby/sys/user v0.4 .0 // indirect
356
356
github.com/moby/sys/userns v0.1.0 // indirect
357
357
github.com/moby/term v0.5.2 // indirect
358
358
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -373,8 +373,8 @@ require (
373
373
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
374
374
github.com/onsi/gomega v1.36.2 // indirect
375
375
github.com/open-policy-agent/opa v1.2.0 // indirect
376
- github.com/opencontainers/runtime-spec v1.2.0 // indirect
377
- github.com/opencontainers/selinux v1.11.1 // indirect
376
+ github.com/opencontainers/runtime-spec v1.2.1 // indirect
377
+ github.com/opencontainers/selinux v1.12.0 // indirect
378
378
github.com/opentracing/opentracing-go v1.2.0 // indirect
379
379
github.com/openvex/discovery v0.1.1-0.20240802171711-7c54efc57553 // indirect
380
380
github.com/openvex/go-vex v0.2.5 // indirect
@@ -440,7 +440,7 @@ require (
440
440
github.com/twitchtv/twirp v8.1.3+incompatible // indirect
441
441
github.com/ulikunitz/xz v0.5.12 // indirect
442
442
github.com/urfave/cli/v2 v2.27.6 // indirect
443
- github.com/vbatts/tar-split v0.11.7 // indirect
443
+ github.com/vbatts/tar-split v0.12.1 // indirect
444
444
github.com/veraison/go-cose v1.3.0 // indirect
445
445
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
446
446
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
@@ -491,13 +491,13 @@ require (
491
491
go.uber.org/zap v1.27.0 // indirect
492
492
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
493
493
golang.org/x/mod v0.24.0 // indirect
494
- golang.org/x/net v0.38 .0 // indirect
494
+ golang.org/x/net v0.39 .0 // indirect
495
495
golang.org/x/sync v0.13.0 // indirect
496
496
golang.org/x/sys v0.32.0 // indirect
497
497
golang.org/x/term v0.31.0 // indirect
498
498
golang.org/x/text v0.24.0 // indirect
499
499
golang.org/x/time v0.11.0 // indirect
500
- golang.org/x/tools v0.31 .0 // indirect
500
+ golang.org/x/tools v0.32 .0 // indirect
501
501
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
502
502
google.golang.org/api v0.227.0 // indirect
503
503
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
0 commit comments