mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
chore: fix dependabot alerts (#2486)
https://github.com/project-zot/zot/pull/2475 https://github.com/project-zot/zot/pull/2477 https://github.com/project-zot/zot/pull/2478 https://github.com/project-zot/zot/pull/2479 https://github.com/project-zot/zot/pull/2480 https://github.com/project-zot/zot/pull/2481 https://github.com/project-zot/zot/pull/2482 https://github.com/project-zot/zot/pull/2483 https://github.com/project-zot/zot/pull/2484 https://github.com/project-zot/zot/pull/2485 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
a460e7f441
commit
fb2edcc269
@@ -5,11 +5,11 @@ go 1.22.0
|
||||
toolchain go1.22.3
|
||||
|
||||
require (
|
||||
github.com/99designs/gqlgen v0.17.47
|
||||
github.com/99designs/gqlgen v0.17.49
|
||||
github.com/Masterminds/semver v1.5.0
|
||||
github.com/aquasecurity/trivy-db v0.0.0-20231005141211-4fc651f7ac8d
|
||||
github.com/bmatcuk/doublestar/v4 v4.6.1
|
||||
github.com/briandowns/spinner v1.23.0
|
||||
github.com/briandowns/spinner v1.23.1
|
||||
github.com/chartmuseum/auth v0.5.0
|
||||
github.com/containers/common v0.59.1
|
||||
github.com/didip/tollbooth/v6 v6.1.2
|
||||
@@ -18,7 +18,7 @@ require (
|
||||
github.com/fsnotify/fsnotify v1.7.0
|
||||
github.com/go-ldap/ldap/v3 v3.4.8
|
||||
github.com/gofrs/uuid v4.4.0+incompatible
|
||||
github.com/google/go-containerregistry v0.19.1
|
||||
github.com/google/go-containerregistry v0.19.2
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/gorilla/mux v1.8.1
|
||||
github.com/hashicorp/golang-lru/v2 v2.0.7
|
||||
@@ -33,11 +33,11 @@ require (
|
||||
github.com/prometheus/client_model v0.6.1
|
||||
github.com/rs/zerolog v1.33.0
|
||||
github.com/smartystreets/goconvey v1.8.1
|
||||
github.com/spf13/cobra v1.8.0
|
||||
github.com/spf13/cobra v1.8.1
|
||||
github.com/spf13/viper v1.19.0
|
||||
github.com/stretchr/testify v1.9.0
|
||||
github.com/swaggo/swag v1.16.3
|
||||
github.com/vektah/gqlparser/v2 v2.5.15
|
||||
github.com/vektah/gqlparser/v2 v2.5.16
|
||||
go.etcd.io/bbolt v1.3.10
|
||||
golang.org/x/crypto v0.24.0
|
||||
gopkg.in/resty.v1 v1.12.0
|
||||
@@ -45,7 +45,7 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/aquasecurity/trivy v0.52.0
|
||||
github.com/aquasecurity/trivy v0.52.2
|
||||
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.8
|
||||
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.30.0
|
||||
github.com/aws/aws-secretsmanager-caching-go v1.1.3
|
||||
@@ -53,7 +53,7 @@ require (
|
||||
github.com/dchest/siphash v1.2.3
|
||||
github.com/google/go-github/v52 v52.0.0
|
||||
github.com/gorilla/securecookie v1.1.2
|
||||
github.com/gorilla/sessions v1.2.2
|
||||
github.com/gorilla/sessions v1.3.0
|
||||
github.com/migueleliasweb/go-github-mock v0.0.23
|
||||
github.com/notaryproject/notation-go v1.1.1
|
||||
github.com/opencontainers/distribution-spec/specs-go v0.0.0-20240201174943-0f98d91a0afe
|
||||
@@ -62,7 +62,7 @@ require (
|
||||
github.com/swaggo/http-swagger v1.3.4
|
||||
github.com/zitadel/oidc v1.13.5
|
||||
golang.org/x/oauth2 v0.21.0
|
||||
modernc.org/sqlite v1.30.0
|
||||
modernc.org/sqlite v1.30.1
|
||||
oras.land/oras-go/v2 v2.5.0
|
||||
)
|
||||
|
||||
@@ -230,7 +230,7 @@ require (
|
||||
k8s.io/component-base v0.30.0 // indirect
|
||||
k8s.io/kubectl v0.30.0 // indirect
|
||||
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
|
||||
modernc.org/libc v1.50.9 // indirect
|
||||
modernc.org/libc v1.52.1 // indirect
|
||||
modernc.org/mathutil v1.6.0 // indirect
|
||||
modernc.org/memory v1.8.0 // indirect
|
||||
modernc.org/strutil v1.2.0 // indirect
|
||||
@@ -288,7 +288,7 @@ require (
|
||||
github.com/aquasecurity/go-pep440-version v0.0.0-20210121094942-22b2f8951d46 // indirect
|
||||
github.com/aquasecurity/go-version v0.0.0-20210121072130-637058cfe492 // indirect
|
||||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
||||
github.com/aws/aws-sdk-go v1.54.1
|
||||
github.com/aws/aws-sdk-go v1.54.2
|
||||
github.com/aws/aws-sdk-go-v2 v1.27.2
|
||||
github.com/aws/aws-sdk-go-v2/config v1.27.18
|
||||
github.com/aws/aws-sdk-go-v2/credentials v1.17.18 // indirect
|
||||
@@ -475,16 +475,16 @@ require (
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
go.uber.org/zap v1.27.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
|
||||
golang.org/x/mod v0.17.0 // indirect
|
||||
golang.org/x/mod v0.18.0 // indirect
|
||||
golang.org/x/net v0.26.0 // indirect
|
||||
golang.org/x/term v0.21.0 // indirect
|
||||
golang.org/x/time v0.5.0 // indirect
|
||||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
|
||||
golang.org/x/tools v0.22.0 // indirect
|
||||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
|
||||
google.golang.org/api v0.172.0 // indirect
|
||||
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
|
||||
google.golang.org/grpc v1.64.0 // indirect
|
||||
google.golang.org/protobuf v1.34.1
|
||||
google.golang.org/protobuf v1.34.2
|
||||
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user