aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-17 16:32:40 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-17 17:22:32 -0700
commit944adeb2f9ca31c1a6cb7a8497555d97ea0e51d8 (patch)
treedfc03dae93def8af1036294cfd6310032e4d07dc /go.mod
parent842398c670ab22faf598dbc6f7530b6cc53cfa40 (diff)
downloadccp-944adeb2f9ca31c1a6cb7a8497555d97ea0e51d8.tar.zst
No more Elm Architecture
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 54bd4fc..d3d80df 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/deque v1.0.1
+ github.com/rhogenson/deque v1.1.0
golang.org/x/crypto v0.37.0
golang.org/x/term v0.31.0
)