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 --- ccp.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ccp.go') diff --git a/ccp.go b/ccp.go index e42195a..ec8d743 100644 --- a/ccp.go +++ b/ccp.go @@ -15,12 +15,12 @@ import ( "github.com/charmbracelet/bubbles/progress" "github.com/charmbracelet/lipgloss" - "github.com/rhogenson/ccp/internal/cp" - "github.com/rhogenson/ccp/internal/render" - "github.com/rhogenson/ccp/internal/wfs/osfs" - "github.com/rhogenson/ccp/internal/wfs/sftpfs" - "github.com/rhogenson/deque" "golang.org/x/term" + "roseh.moe/cmd/ccp/internal/cp" + "roseh.moe/cmd/ccp/internal/render" + "roseh.moe/cmd/ccp/internal/wfs/osfs" + "roseh.moe/cmd/ccp/internal/wfs/sftpfs" + "roseh.moe/pkg/deque" ) var f = flag.Bool("f", false, "if an existing destination file cannot be opened, remove it and try again") -- cgit v1.3.1