aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-16 15:29:33 +0000
committerGitHub <noreply@github.com>2022-05-16 15:29:33 +0000
commit07e7cf3171768c2fdc9e704381f47153739ae29d (patch)
tree6587527723ed702aff28f090af21570e8b9213b3 /go.mod
parent72e7dcde51d148494c2dcb734565f6681dba27fd (diff)
downloadseaweedfs-07e7cf3171768c2fdc9e704381f47153739ae29d.tar.xz
seaweedfs-07e7cf3171768c2fdc9e704381f47153739ae29d.zip
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.14
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.9 to 1.44.14. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.9...v1.44.14) --- 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>
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 38f50e7b4..6f7a008a1 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/Azure/azure-storage-blob-go v0.15.0
github.com/OneOfOne/xxhash v1.2.8
github.com/Shopify/sarama v1.32.0
- github.com/aws/aws-sdk-go v1.44.9
+ github.com/aws/aws-sdk-go v1.44.14
github.com/beorn7/perks v1.0.1 // indirect
github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72
github.com/bwmarrin/snowflake v0.3.0
@@ -144,7 +144,7 @@ require (
modernc.org/memory v1.1.1 // indirect
modernc.org/opt v0.1.1 // indirect
modernc.org/sqlite v1.17.2
- modernc.org/strutil v1.1.1 // indirect
+ modernc.org/strutil v1.1.1
modernc.org/token v1.0.0 // indirect
)