VSCodium suggestions

This commit is contained in:
Britney Lozza 2025-07-31 01:06:18 -04:00
parent 5c849fe803
commit 05fa551cd3
29 changed files with 705 additions and 0 deletions

13
go.mod Normal file
View file

@ -0,0 +1,13 @@
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
)