aboutsummaryrefslogtreecommitdiffstats
path: root/ccp.go
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-13 09:32:40 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-13 09:32:40 -0700
commit0ea041f4bf34d00d267db923a1d9f6de7f18b643 (patch)
treeef1de7e7e2d38db327b9db07b6469df59b91d525 /ccp.go
parentBump deps (diff)
downloadccp-0ea041f4bf34d00d267db923a1d9f6de7f18b643.tar.zst
GitHub
Diffstat (limited to 'ccp.go')
-rw-r--r--ccp.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/ccp.go b/ccp.go
index 297a1f5..18e2248 100644
--- a/ccp.go
+++ b/ccp.go
@@ -41,10 +41,10 @@ import (
"github.com/charmbracelet/bubbles/progress"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
- "gitlab.com/rhogenson/ccp/internal/cp"
- "gitlab.com/rhogenson/ccp/internal/wfs/osfs"
- "gitlab.com/rhogenson/ccp/internal/wfs/sftpfs"
- "gitlab.com/rhogenson/deque"
+ "github.com/rhogenson/container/deque"
+ "github.com/rhogenson/ccp/internal/cp"
+ "github.com/rhogenson/ccp/internal/wfs/osfs"
+ "github.com/rhogenson/ccp/internal/wfs/sftpfs"
)
var f = flag.Bool("f", false, "if an existing destination file cannot be opened, remove it and try again")