A kind of Augmented Reality programming game that makes you a better programmer.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ttarpit/go.mod

17 lines
401 B

module lcthw.dev/go/ttarpit
go 1.25.3
require (
github.com/fsnotify/fsnotify v1.9.0
github.com/gdamore/tcell/v2 v2.13.5
)
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.32.0 // indirect
)