mirror of
https://github.com/mvvasilev/last_light.git
synced 2025-04-18 20:29:52 +03:00
19 lines
478 B
Modula-2
19 lines
478 B
Modula-2
module mvvasilev/last_light
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/gdamore/tcell/v2 v2.7.4
|
|
github.com/tidwall/btree v1.7.0
|
|
github.com/google/uuid v1.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/term v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|