2023-11-05 23:11:07 +01:00
|
|
|
module gitea.ligthert.net/golang/snake
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require github.com/gdamore/tcell/v2 v2.6.0
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2023-11-23 22:50:02 +01:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
|
|
golang.org/x/term v0.14.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2023-11-05 23:11:07 +01:00
|
|
|
)
|