forked from mirror/afero
sftp_test.go: Fixup import path
This commit is contained in:
parent
90ff561dda
commit
3f46b4f31f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue