mirror of
https://github.com/rclone/rclone.git
synced 2025-12-19 17:53:16 +00:00
Switch to using the dep tool and update all the dependencies
This commit is contained in:
3
vendor/github.com/pkg/sftp/packet.go
generated
vendored
3
vendor/github.com/pkg/sftp/packet.go
generated
vendored
@@ -170,9 +170,6 @@ func unmarshalExtensionPair(b []byte) (extensionPair, []byte, error) {
|
||||
return ep, b, err
|
||||
}
|
||||
ep.Data, b, err = unmarshalStringSafe(b)
|
||||
if err != nil {
|
||||
return ep, b, err
|
||||
}
|
||||
return ep, b, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user