From 0ea041f4bf34d00d267db923a1d9f6de7f18b643 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 13 Apr 2025 09:32:40 -0700 Subject: GitHub --- 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 58350df..2558419 100644 --- a/internal/cp/cp.go +++ b/internal/cp/cp.go @@ -11,8 +11,8 @@ import ( "slices" "strings" - "gitlab.com/rhogenson/ccp/internal/wfs" - "gitlab.com/rhogenson/ccp/internal/wfs/sftpfs" + "github.com/rhogenson/ccp/internal/wfs" + "github.com/rhogenson/ccp/internal/wfs/sftpfs" ) // Progress is used to asynchronously report status updates and errors to the -- cgit v1.3.1