mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
chore: fix dependabot alerts (#2471)
This commit is contained in:
committed by
GitHub
parent
f5fef2384a
commit
56f41dcc15
@@ -37,7 +37,7 @@ require (
|
||||
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.12
|
||||
github.com/vektah/gqlparser/v2 v2.5.15
|
||||
go.etcd.io/bbolt v1.3.10
|
||||
golang.org/x/crypto v0.24.0
|
||||
gopkg.in/resty.v1 v1.12.0
|
||||
@@ -47,7 +47,7 @@ require (
|
||||
require (
|
||||
github.com/aquasecurity/trivy v0.52.0
|
||||
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.8
|
||||
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.29.3
|
||||
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.30.0
|
||||
github.com/aws/aws-secretsmanager-caching-go v1.1.3
|
||||
github.com/containers/image/v5 v5.31.0
|
||||
github.com/dchest/siphash v1.2.3
|
||||
@@ -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.53.19
|
||||
github.com/aws/aws-sdk-go v1.54.0
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user