diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-01-05 23:17:53 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-05 23:17:53 -0800 |
| commit | f5798389170f709c0e504ae5967dde32be61949f (patch) | |
| tree | 626af7d14e130c4a073f0ae3bd13af68624e0f5e /go.mod | |
| parent | ab57767d4baa87fd1d950afe837f61dfbbd008ac (diff) | |
| parent | d253e0ea6e1136bf849bb46d3459f78af8082918 (diff) | |
| download | seaweedfs-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
