sftp_test.go: Fixup import path

This commit is contained in:
Jerry Jacobs 2015-12-26 20:43:55 +01:00
parent 90ff561dda
commit 3f46b4f31f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
"io/ioutil"
"testing"
"github.com/xor-gate/afero"
"github.com/spf13/afero"
"golang.org/x/crypto/ssh"
"github.com/pkg/sftp"