summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-06 09:24:20 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-06 09:24:20 -0700
commit6fc34c4c3cbb68f6f7cb8049a6d68bd315c07984 (patch)
treeb09e1b14e109519f3a4c1796995d92691461c16f /go.mod
parent57378c31cb26336c59114486ed357283fde73cfe (diff)
downloadprogress-bar-6fc34c4c3cbb68f6f7cb8049a6d68bd315c07984.tar.zst
Fix terminal resize
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 24fe437..d6390d4 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module gitlab.com/rhogenson/progress-bar
go 1.24.1
require (
- gitlab.com/rhogenson/vecdeque v0.0.0-20250406001322-9e21d75e8d13
+ gitlab.com/rhogenson/deque v0.0.0-20250406161547-43e0f85d8030
golang.org/x/term v0.31.0
)