aboutsummaryrefslogtreecommitdiffstats
path: root/ccp.go
diff options
context:
space:
mode:
Diffstat (limited to 'ccp.go')
-rw-r--r--ccp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccp.go b/ccp.go
index 69691d6..a7cfd02 100644
--- a/ccp.go
+++ b/ccp.go
@@ -44,7 +44,7 @@ import (
"github.com/rhogenson/ccp/internal/cp"
"github.com/rhogenson/ccp/internal/wfs/osfs"
"github.com/rhogenson/ccp/internal/wfs/sftpfs"
- "github.com/rhogenson/container/deque"
+ "github.com/rhogenson/deque"
)
var f = flag.Bool("f", false, "if an existing destination file cannot be opened, remove it and try again")