aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-27 11:25:40 -0800
committerGitHub <noreply@github.com>2025-01-27 11:25:40 -0800
commit50ae91a3cb6e358ecb70bec4b038a4e487477c1e (patch)
tree584cdb107bfe5efb31f3cc77512eea44f56146cd /go.mod
parent5058879effa03cc07a5f360aad19b4686ae67f55 (diff)
downloadseaweedfs-50ae91a3cb6e358ecb70bec4b038a4e487477c1e.tar.xz
seaweedfs-50ae91a3cb6e358ecb70bec4b038a4e487477c1e.zip
chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.33.0 to 1.34.0 (#6478)
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.33.0 to 1.34.0. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.33.0...v1.34.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 1073a309a..1f6ef059c 100644
--- a/go.mod
+++ b/go.mod
@@ -127,7 +127,7 @@ require (
github.com/Jille/raft-grpc-transport v1.6.1
github.com/arangodb/go-driver v1.6.5
github.com/armon/go-metrics v0.4.1
- github.com/aws/aws-sdk-go-v2 v1.33.0
+ github.com/aws/aws-sdk-go-v2 v1.34.0
github.com/aws/aws-sdk-go-v2/config v1.29.1
github.com/aws/aws-sdk-go-v2/credentials v1.17.54
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.0
@@ -205,7 +205,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 // indirect
- github.com/aws/smithy-go v1.22.1 // indirect
+ github.com/aws/smithy-go v1.22.2 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/bradenaw/juniper v0.15.2 // indirect
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect