forked from TrueCloudLab/rclone
vendor: update all dependencies
This commit is contained in:
parent
940df88eb2
commit
d64789528d
4309 changed files with 1327278 additions and 1001118 deletions
2
vendor/github.com/pkg/sftp/conn.go
generated
vendored
2
vendor/github.com/pkg/sftp/conn.go
generated
vendored
|
@ -93,7 +93,7 @@ type idmarshaler interface {
|
|||
}
|
||||
|
||||
func (c *clientConn) sendPacket(p idmarshaler) (byte, []byte, error) {
|
||||
ch := make(chan result, 1)
|
||||
ch := make(chan result, 2)
|
||||
c.dispatchRequest(ch, p)
|
||||
s := <-ch
|
||||
return s.typ, s.data, s.err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue