diff options
Diffstat (limited to 'ccp.go')
| -rw-r--r-- | ccp.go | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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") |
