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