summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-05 14:09:45 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-05 14:09:45 -0700
commit08f8aa62eeaa2ad0ed9a3f299e471c7b2fe98ee3 (patch)
tree25fe85576dbbfc853346b2e04398017d958163c0 /go.mod
parentAlways print bar (diff)
downloadprogress-bar-08f8aa62eeaa2ad0ed9a3f299e471c7b2fe98ee3.tar.zst
Use float values between 0 and 1
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 9531fa9..89ee088 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module gitlab.com/rhogenson/progress-bar/progress
+module gitlab.com/rhogenson/progress-bar
go 1.24.1