| commit | 3f46b4f31fe22c9b572145aa94974bc01a0ca2ed | [log] [tgz] |
|---|---|---|
| author | Jerry Jacobs <jerry.jacobs@xor-gate.org> | Sat Dec 26 20:43:55 2015 +0100 |
| committer | Jerry Jacobs <jerry.jacobs@xor-gate.org> | Sat Dec 26 20:43:55 2015 +0100 |
| tree | ff49d023e226587e63cdb6949aa2dec54623d6bc | |
| parent | 90ff561ddabb8a8684af99c06930ab0caba7f51f [diff] |
sftp_test.go: Fixup import path
diff --git a/sftp_test.go b/sftp_test.go index 49bdda8..8c48652 100644 --- a/sftp_test.go +++ b/sftp_test.go
@@ -18,7 +18,7 @@ "io/ioutil" "testing" - "github.com/xor-gate/afero" + "github.com/spf13/afero" "golang.org/x/crypto/ssh" "github.com/pkg/sftp"