go.mod 421 B

123456789101112131415
  1. module gitea.ligthert.net/golang/rowboz
  2. go 1.21.5
  3. require github.com/gdamore/tcell/v2 v2.7.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.3 // indirect
  9. golang.org/x/sys v0.15.0 // indirect
  10. golang.org/x/term v0.15.0 // indirect
  11. golang.org/x/text v0.14.0 // indirect
  12. )