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/cp/cp.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/cp') diff --git a/internal/cp/cp.go b/internal/cp/cp.go index 7d32163..bd7a456 100644 --- a/internal/cp/cp.go +++ b/internal/cp/cp.go @@ -11,8 +11,8 @@ import ( "slices" "strings" - "github.com/rhogenson/ccp/internal/wfs" - "github.com/rhogenson/ccp/internal/wfs/sftpfs" + "roseh.moe/cmd/ccp/internal/wfs" + "roseh.moe/cmd/ccp/internal/wfs/sftpfs" ) // Progress is used to asynchronously report status updates and errors to the -- cgit v1.3.1