aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-01-05 23:17:53 -0800
committerGitHub <noreply@github.com>2021-01-05 23:17:53 -0800
commitf5798389170f709c0e504ae5967dde32be61949f (patch)
tree626af7d14e130c4a073f0ae3bd13af68624e0f5e /go.mod
parentab57767d4baa87fd1d950afe837f61dfbbd008ac (diff)
parentd253e0ea6e1136bf849bb46d3459f78af8082918 (diff)
downloadseaweedfs-f5798389170f709c0e504ae5967dde32be61949f.tar.xz
seaweedfs-f5798389170f709c0e504ae5967dde32be61949f.zip
Merge pull request #1734 from runbestfast/fix_s3_use_of_closed_network_connection
fix s3 upload "use of closed network connection"
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 467b3b1fc..c46456f25 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/Azure/azure-storage-blob-go v0.8.0
github.com/OneOfOne/xxhash v1.2.2
github.com/Shopify/sarama v1.23.1
- github.com/aws/aws-sdk-go v1.33.5
+ github.com/aws/aws-sdk-go v1.34.30
github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72
github.com/cespare/xxhash v1.1.0
github.com/chrislusf/raft v1.0.4