Replace "golang.org/x/net/context" with "context" for go1.7+ #2154
This commit is contained in:
parent
67023f0040
commit
80588a5a6b
16 changed files with 19 additions and 21 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue