1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Update pkg/sftp to 1.10.1

The old version has a bug where a connection closed by the server may cause
a deadlock due to a full channel buffer.
This commit is contained in:
Gilbert Chen
2019-11-21 23:36:17 -05:00
parent b32c3b2cd5
commit 9abfbe1ee0
2 changed files with 4 additions and 4 deletions

6
Gopkg.lock generated
View File

@@ -153,8 +153,8 @@
[[projects]]
name = "github.com/pkg/sftp"
packages = ["."]
revision = "98203f5a8333288eb3163b7c667d4260fe1333e9"
version = "1.0.0"
revision = "3edd153f213d8d4191a0ee4577c61cca19436632"
version = "v1.10.1"
[[projects]]
name = "github.com/satori/go.uuid"
@@ -225,6 +225,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "eff5ae2d9507f0d62cd2e5bdedebb5c59d64f70f476b087c01c35d4a5e1be72d"
inputs-digest = "8636a9db1eb54be5374f9914687693122efdde511f11c47d10c22f9e245e7f70"
solver-name = "gps-cdcl"
solver-version = 1

View File

@@ -75,7 +75,7 @@
[[constraint]]
name = "github.com/pkg/sftp"
version = "1.0.0"
version = "1.10.1"
[[constraint]]
branch = "master"