aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-07 10:22:44 -0700
committerGitHub <noreply@github.com>2023-08-07 10:22:44 -0700
commit59fa6124781787d82a1620be583e53ee4218f841 (patch)
treeebe1b8601c403c69d5ded86d11d6ebb06ea60e5c /go.mod
parent862c3377f0fa49969470446e522800f3d156102f (diff)
downloadseaweedfs-59fa6124781787d82a1620be583e53ee4218f841.tar.xz
seaweedfs-59fa6124781787d82a1620be583e53ee4218f841.zip
Bump github.com/aws/aws-sdk-go-v2 from 1.19.1 to 1.20.0 (#4733)
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.19.1 to 1.20.0. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.19.1...v1.20.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 82dfd0605..d331a2f8a 100644
--- a/go.mod
+++ b/go.mod
@@ -143,7 +143,7 @@ require (
github.com/Jille/raft-grpc-transport v1.4.0
github.com/arangodb/go-driver v1.6.0
github.com/armon/go-metrics v0.4.1
- github.com/aws/aws-sdk-go-v2 v1.19.1
+ github.com/aws/aws-sdk-go-v2 v1.20.0
github.com/aws/aws-sdk-go-v2/config v1.18.28
github.com/aws/aws-sdk-go-v2/credentials v1.13.29
github.com/aws/aws-sdk-go-v2/service/s3 v1.37.0
@@ -192,7 +192,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sso v1.12.14 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.14 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.20.1 // indirect
- github.com/aws/smithy-go v1.13.5 // indirect
+ github.com/aws/smithy-go v1.14.0 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/buengese/sgzip v0.1.1 // indirect