1
0

go.mod 884 B

123456789101112131415161718192021222324252627
  1. module moose
  2. go 1.27
  3. require (
  4. github.com/creasty/defaults v1.8.0
  5. github.com/davecgh/go-spew v1.1.1
  6. github.com/gdamore/tcell/v3 v3.4.2
  7. github.com/yuin/gopher-lua v1.1.2
  8. github.com/zyedidia/rope v0.0.0-20210616205215-37fbf22eab3a
  9. golang.design/x/clipboard v0.9.0
  10. )
  11. require (
  12. github.com/clipperhouse/displaywidth v0.11.0 // indirect
  13. github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
  14. github.com/ebitengine/purego v0.10.2 // indirect
  15. github.com/gdamore/encoding v1.0.1 // indirect
  16. github.com/lucasb-eyer/go-colorful v1.4.1 // indirect
  17. golang.design/x/x11 v0.2.0 // indirect
  18. golang.org/x/exp/shiny v0.0.0-20260820142414-ca536658362e // indirect
  19. golang.org/x/image v0.45.0 // indirect
  20. golang.org/x/mobile v0.0.0-20260821190718-4776eadac327 // indirect
  21. golang.org/x/sys v0.47.0 // indirect
  22. golang.org/x/term v0.45.0 // indirect
  23. golang.org/x/text v0.41.0 // indirect
  24. )