aboutsummaryrefslogtreecommitdiffstats
path: root/internal/wfs/sftpfs
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-08 17:25:07 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-08 17:25:07 -0700
commitb28e2143779eeb36140bd245f2524cc403d9f088 (patch)
treeecf42d3ecdd2053e06d9e2bf20ed62b2d465c6a1 /internal/wfs/sftpfs
parentb502299b708395b51a7252826e0da4b72b2787d9 (diff)
downloadccp-b28e2143779eeb36140bd245f2524cc403d9f088.tar.zst
Update import path
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 9abfaf3..748e4ad 100644
--- a/internal/wfs/sftpfs/sftpfs.go
+++ b/internal/wfs/sftpfs/sftpfs.go
@@ -13,7 +13,7 @@ import (
"sync"
"github.com/pkg/sftp"
- "github.com/rhogenson/ccp/internal/wfs"
+ "roseh.moe/cmd/ccp/internal/wfs"
"golang.org/x/crypto/ssh"
"golang.org/x/crypto/ssh/agent"
"golang.org/x/crypto/ssh/knownhosts"