|
|
@@ -3,7 +3,9 @@ module moose
|
|
|
go 1.26.4
|
|
|
|
|
|
require (
|
|
|
+ github.com/davecgh/go-spew v1.1.1
|
|
|
github.com/gdamore/tcell/v3 v3.4.0
|
|
|
+ github.com/yuin/gopher-lua v1.1.2
|
|
|
github.com/zyedidia/rope v0.0.0-20210616205215-37fbf22eab3a
|
|
|
golang.design/x/clipboard v0.8.0
|
|
|
)
|
|
|
@@ -11,11 +13,9 @@ require (
|
|
|
require (
|
|
|
github.com/clipperhouse/displaywidth v0.11.0 // indirect
|
|
|
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
|
|
- github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
github.com/ebitengine/purego v0.10.1 // indirect
|
|
|
github.com/gdamore/encoding v1.0.1 // indirect
|
|
|
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
|
|
|
- github.com/yuin/gopher-lua v1.1.2 // indirect
|
|
|
golang.design/x/x11 v0.2.0 // indirect
|
|
|
golang.org/x/exp/shiny v0.0.0-20250606033433-dcc06ee1d476 // indirect
|
|
|
golang.org/x/image v0.28.0 // indirect
|