1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
module rickub.com/turbo-editors/turbo-core
go 1.26.1
require (
github.com/BurntSushi/toml v1.6.0
github.com/gdamore/tcell/v2 v2.13.10
golang.org/x/sys v0.38.0
)
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
)
|