mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 00:02:35 +02:00
Replace "golang.org/x/net/context" with "context" for go1.7+ #2154
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
package sftp
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
@ -27,7 +28,6 @@ import (
|
||||
"github.com/pkg/sftp"
|
||||
"github.com/xanzy/ssh-agent"
|
||||
"golang.org/x/crypto/ssh"
|
||||
"golang.org/x/net/context"
|
||||
"golang.org/x/time/rate"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user