jaggedpill/go.mod
Isaac Lewis 8af43099d9 wip
2025-08-27 13:00:21 -07:00

16 lines
340 B
Modula-2

module jaggedpill
go 1.22.1
require (
github.com/mroth/weightedrand/v2 v2.1.0
github.com/schollz/progressbar/v3 v3.18.0
)
require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
)