sftp: fix compile for go1.6

This commit is contained in:
Nick Craig-Wood 2017-08-07 21:34:05 +01:00
parent 5b6585f57d
commit bced73c947

View File

@ -5,7 +5,6 @@
package sftp
import (
"context"
"io"
"io/ioutil"
"os"
@ -20,6 +19,7 @@ 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"
)