aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
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 /go.mod
parentPerf improvements (diff)
downloadccp-92aa4003fb4b263242619bec211d39200c9618b3.tar.zst
Bump deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0343486..54bd4fc 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/charmbracelet/bubbletea v1.3.4
github.com/charmbracelet/lipgloss v1.1.0
github.com/pkg/sftp v1.13.9
- github.com/rhogenson/container v1.0.1
+ github.com/rhogenson/deque v1.0.1
golang.org/x/crypto v0.37.0
golang.org/x/term v0.31.0
)