aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-29 09:25:26 -0700
committerGitHub <noreply@github.com>2024-04-29 09:25:26 -0700
commit059e0ae982e215b0ab7a43c7db0c32f432a96c3c (patch)
treed73ad8ca4664fc8013903d5a68212c79cb2ec450 /go.mod
parentbff055979f04e8d6c6eba284688da612148bd6f5 (diff)
downloadseaweedfs-059e0ae982e215b0ab7a43c7db0c32f432a96c3c.tar.xz
seaweedfs-059e0ae982e215b0ab7a43c7db0c32f432a96c3c.zip
chore(deps): bump github.com/aws/aws-sdk-go from 1.50.36 to 1.51.30 (#5550)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.50.36 to 1.51.30. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.50.36...v1.51.30) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b860a68e3..d53b02cdf 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-storage-blob-go v0.15.0
github.com/Shopify/sarama v1.38.1
- github.com/aws/aws-sdk-go v1.50.36
+ github.com/aws/aws-sdk-go v1.51.30
github.com/beorn7/perks v1.0.1 // indirect
github.com/bwmarrin/snowflake v0.3.0
github.com/cenkalti/backoff/v4 v4.3.0