fsfadventures/go.mod
2025-07-31 01:06:18 -04:00

13 lines
367 B
Modula-2

module fsfadventures
go 1.24.4
require (
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/muesli/reflow v0.3.0
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)