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

View File

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