go.mod 418 B

123456789101112131415
  1. module gitea.ligthert.net/golang/snake
  2. go 1.20
  3. require github.com/gdamore/tcell/v2 v2.6.0
  4. require (
  5. github.com/gdamore/encoding v1.0.0 // indirect
  6. github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
  7. github.com/mattn/go-runewidth v0.0.15 // indirect
  8. github.com/rivo/uniseg v0.4.4 // indirect
  9. golang.org/x/sys v0.14.0 // indirect
  10. golang.org/x/term v0.14.0 // indirect
  11. golang.org/x/text v0.14.0 // indirect
  12. )