18 lines
367 B
Modula-2
18 lines
367 B
Modula-2
module futriis
|
|
|
|
go 1.25.6
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/mattn/go-runewidth v0.0.16
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
github.com/yuin/gopher-lua v1.1.1
|
|
golang.org/x/term v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
)
|