aboutsummaryrefslogtreecommitdiffstats
path: root/internal/wfs/sftpfs
diff options
context:
space:
mode:
Diffstat (limited to 'internal/wfs/sftpfs')
-rw-r--r--internal/wfs/sftpfs/sftpfs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/wfs/sftpfs/sftpfs.go b/internal/wfs/sftpfs/sftpfs.go
index b02ed8c..9abfaf3 100644
--- a/internal/wfs/sftpfs/sftpfs.go
+++ b/internal/wfs/sftpfs/sftpfs.go
@@ -13,7 +13,7 @@ import (
"sync"
"github.com/pkg/sftp"
- "gitlab.com/rhogenson/ccp/internal/wfs"
+ "github.com/rhogenson/ccp/internal/wfs"
"golang.org/x/crypto/ssh"
"golang.org/x/crypto/ssh/agent"
"golang.org/x/crypto/ssh/knownhosts"