diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-13 09:32:40 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-13 09:32:40 -0700 |
| commit | 0ea041f4bf34d00d267db923a1d9f6de7f18b643 (patch) | |
| tree | ef1de7e7e2d38db327b9db07b6469df59b91d525 /ccp.go | |
| parent | Bump deps (diff) | |
| download | ccp-0ea041f4bf34d00d267db923a1d9f6de7f18b643.tar.zst | |
GitHub
Diffstat (limited to 'ccp.go')
| -rw-r--r-- | ccp.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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") |
