aboutsummaryrefslogtreecommitdiffstats
path: root/ccp.go
diff options
context:
space:
mode:
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")