aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authoryuwang <yu.wang@wdbible.org>2021-01-06 15:11:54 +0800
committeryuwang <yu.wang@wdbible.org>2021-01-06 15:11:54 +0800
commitd253e0ea6e1136bf849bb46d3459f78af8082918 (patch)
tree626af7d14e130c4a073f0ae3bd13af68624e0f5e /go.mod
parentab57767d4baa87fd1d950afe837f61dfbbd008ac (diff)
downloadseaweedfs-d253e0ea6e1136bf849bb46d3459f78af8082918.tar.xz
seaweedfs-d253e0ea6e1136bf849bb46d3459f78af8082918.zip
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