diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ( |
