mirror of
https://github.com/rclone/rclone.git
synced 2025-12-19 09:43:14 +00:00
vendor: update all dependencies
This commit is contained in:
1
vendor/github.com/pkg/sftp/client.go
generated
vendored
1
vendor/github.com/pkg/sftp/client.go
generated
vendored
@@ -122,6 +122,7 @@ func NewClientPipe(rd io.Reader, wr io.WriteCloser, opts ...ClientOption) (*Clie
|
||||
WriteCloser: wr,
|
||||
},
|
||||
inflight: make(map[uint32]chan<- result),
|
||||
closed: make(chan struct{}),
|
||||
},
|
||||
maxPacket: 1 << 15,
|
||||
maxConcurrentRequests: 64,
|
||||
|
||||
Reference in New Issue
Block a user