1
0

go.mod 792 B

123456789101112131415161718192021222324
  1. module moose
  2. go 1.26.4
  3. require (
  4. github.com/gdamore/tcell/v3 v3.4.0
  5. github.com/zyedidia/rope v0.0.0-20210616205215-37fbf22eab3a
  6. )
  7. require (
  8. github.com/clipperhouse/displaywidth v0.11.0 // indirect
  9. github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
  10. github.com/ebitengine/purego v0.10.1 // indirect
  11. github.com/gdamore/encoding v1.0.1 // indirect
  12. github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
  13. golang.design/x/clipboard v0.8.0 // indirect
  14. golang.design/x/x11 v0.2.0 // indirect
  15. golang.org/x/exp/shiny v0.0.0-20250606033433-dcc06ee1d476 // indirect
  16. golang.org/x/image v0.28.0 // indirect
  17. golang.org/x/mobile v0.0.0-20250606033058-a2a15c67f36f // indirect
  18. golang.org/x/sys v0.46.0 // indirect
  19. golang.org/x/term v0.43.0 // indirect
  20. golang.org/x/text v0.37.0 // indirect
  21. )