go.mod 378 B

12345678910111213
  1. module gitea.ligthert.net/sacha/BattleBoats
  2. go 1.25.6
  3. require (
  4. github.com/gdamore/encoding v1.0.1 // indirect
  5. github.com/gdamore/tcell/v3 v3.1.2 // indirect
  6. github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
  7. github.com/rivo/uniseg v0.4.7 // indirect
  8. golang.org/x/sys v0.40.0 // indirect
  9. golang.org/x/term v0.39.0 // indirect
  10. golang.org/x/text v0.33.0 // indirect
  11. )