2023-12-01 18:38:58 +01:00
|
|
|
module gitea.ligthert.net/golang/rowboz
|
|
|
|
|
2023-12-11 21:51:50 +01:00
|
|
|
go 1.21.5
|
2023-12-01 21:57:52 +01:00
|
|
|
|
2023-12-11 21:51:50 +01:00
|
|
|
require github.com/gdamore/tcell/v2 v2.7.0
|
2023-12-01 21:57:52 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2023-12-11 21:51:50 +01:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2023-12-01 21:57:52 +01:00
|
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
2023-12-11 21:51:50 +01:00
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
|
|
golang.org/x/term v0.15.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2023-12-01 21:57:52 +01:00
|
|
|
)
|