summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 5c2b755..5a8e7eb 100644
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,11 @@
-module gitlab.com/rhogenson/progress-bar
+module roseh.moe/cmd/progress-bar
go 1.24.1
require (
github.com/charmbracelet/bubbles v0.21.0
github.com/charmbracelet/bubbletea v1.3.4
- github.com/rhogenson/deque v1.0.1
+ roseh.moe/pkg/deque v1.2.1
)
require (