summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
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
)