1
mirror of https://github.com/rclone/rclone synced 2024-11-21 22:50:16 +01:00
rclone/backend/sftp
Nick Craig-Wood 173b2ac956 serve sftp: update github.com/pkg/sftp to v1.13.7 and fix deadlock in tests
Before this change, upgrading to v1.13.7 caused a deadlock in the tests.

This was caused by additional locking in the sftp package exposing a
bad choice by the rclone code.

See https://github.com/pkg/sftp/issues/603 and thanks to @puellanivis
for the fix suggestion.
2024-11-11 18:15:00 +00:00
..
sftp_internal_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
sftp_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
sftp_unsupported.go build: fix linting issues reported by running golangci-lint with different GOOS 2024-04-22 19:29:12 +02:00
sftp.go serve sftp: update github.com/pkg/sftp to v1.13.7 and fix deadlock in tests 2024-11-11 18:15:00 +00:00
ssh_external.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
ssh_internal.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
ssh.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
stringlock_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
stringlock.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00