aboutsummaryrefslogtreecommitdiffstats
path: root/ccp.go
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-15 17:31:01 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-15 17:31:01 -0700
commit92aa4003fb4b263242619bec211d39200c9618b3 (patch)
tree8434f61efac1898f614efd8ad1f94c39248c7f28 /ccp.go
parent2ff148115f6e444feba9e84d9629a3fff7d7ab9c (diff)
downloadccp-92aa4003fb4b263242619bec211d39200c9618b3.tar.zst
Bump deps
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")