aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-08 09:32:26 -0700
committerGitHub <noreply@github.com>2023-05-08 09:32:26 -0700
commite624a1c234fa71d6169bbfd676161520e607adcd (patch)
tree650361f6b965bde05f74cad2668193cccbade522 /go.mod
parentd23259029953be6823c82ec2fc1ccdb25301fdb5 (diff)
downloadseaweedfs-e624a1c234fa71d6169bbfd676161520e607adcd.tar.xz
seaweedfs-e624a1c234fa71d6169bbfd676161520e607adcd.zip
build(deps): bump github.com/aws/aws-sdk-go from 1.44.253 to 1.44.258 (#4457)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.253 to 1.44.258. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.253...v1.44.258) --- 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 590c035b6..ebcf0b7cd 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.44.253
+ github.com/aws/aws-sdk-go v1.44.258
github.com/beorn7/perks v1.0.1 // indirect
github.com/bwmarrin/snowflake v0.3.0
github.com/cenkalti/backoff/v4 v4.2.1