From b28e2143779eeb36140bd245f2524cc403d9f088 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 8 Oct 2025 17:25:07 -0700 Subject: Update import path --- internal/wfs/sftpfs/sftpfs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/wfs/sftpfs/sftpfs.go') 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" -- cgit v1.3.1