go.mod, term/ and cmd/ imports, the ARCHITECTURE.md module references, and the in-game version string. User request; the repo already lives at this remote.
15 lines
363 B
Modula-2
15 lines
363 B
Modula-2
module git.eeqj.de/sneak/rgoue
|
|
|
|
go 1.25.7
|
|
|
|
require github.com/gdamore/tcell/v2 v2.13.10
|
|
|
|
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.38.0 // indirect
|
|
golang.org/x/term v0.37.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
)
|