diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-15 17:31:01 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-15 17:31:01 -0700 |
| commit | 92aa4003fb4b263242619bec211d39200c9618b3 (patch) | |
| tree | 8434f61efac1898f614efd8ad1f94c39248c7f28 /ccp.go | |
| parent | 2ff148115f6e444feba9e84d9629a3fff7d7ab9c (diff) | |
| download | ccp-92aa4003fb4b263242619bec211d39200c9618b3.tar.zst | |
Bump deps
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") |
