| 12345678910111213141516171819202122232425262728293031 |
- module moose
- go 1.27
- require (
- github.com/creasty/defaults v1.8.0
- github.com/davecgh/go-spew v1.1.1
- github.com/gdamore/tcell/v2 v2.13.10
- github.com/gdamore/tcell/v3 v3.4.2
- github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82
- github.com/yuin/gopher-lua v1.1.2
- github.com/zyedidia/rope v0.0.0-20210616205215-37fbf22eab3a
- golang.design/x/clipboard v0.9.0
- )
- require (
- github.com/clipperhouse/displaywidth v0.11.0 // indirect
- github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
- github.com/ebitengine/purego v0.10.2 // indirect
- github.com/gdamore/encoding v1.0.1 // indirect
- github.com/lucasb-eyer/go-colorful v1.4.1 // indirect
- github.com/rivo/uniseg v0.4.7 // indirect
- github.com/stretchr/testify v1.10.0 // indirect
- golang.design/x/x11 v0.2.0 // indirect
- golang.org/x/exp/shiny v0.0.0-20260820142414-ca536658362e // indirect
- golang.org/x/image v0.45.0 // indirect
- golang.org/x/mobile v0.0.0-20260821190718-4776eadac327 // indirect
- golang.org/x/sys v0.47.0 // indirect
- golang.org/x/term v0.45.0 // indirect
- golang.org/x/text v0.41.0 // indirect
- )
|