aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-26 09:16:48 -0800
committerGitHub <noreply@github.com>2024-02-26 09:16:48 -0800
commite88467bb36b3618723c663d6b0e96541f654371c (patch)
tree9e00b6550eb9a57eade3cf49dffe4d684fffd696 /go.mod
parent8e7b77b5809f7e5e7e1617d821ec377f8e0df1d5 (diff)
downloadseaweedfs-e88467bb36b3618723c663d6b0e96541f654371c.tar.xz
seaweedfs-e88467bb36b3618723c663d6b0e96541f654371c.zip
chore(deps): bump github.com/aws/aws-sdk-go from 1.50.10 to 1.50.25 (#5338)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.50.10 to 1.50.25. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.50.10...v1.50.25) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... 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 12bf2a018..c8fc9c71a 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.10
+ github.com/aws/aws-sdk-go v1.50.25
github.com/beorn7/perks v1.0.1 // indirect
github.com/bwmarrin/snowflake v0.3.0
github.com/cenkalti/backoff/v4 v4.2.1