2019-05-13 10:41:35 +02:00
|
|
|
module github.com/rivo/tview
|
|
|
|
|
2022-08-01 15:31:42 +02:00
|
|
|
go 1.18
|
2019-05-13 10:41:35 +02:00
|
|
|
|
|
|
|
require (
|
2024-02-23 17:13:52 +01:00
|
|
|
github.com/gdamore/tcell/v2 v2.7.1
|
2021-03-11 20:14:19 +01:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
2024-02-23 17:13:52 +01:00
|
|
|
github.com/rivo/uniseg v0.4.7
|
2022-08-01 15:31:42 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
2024-02-23 17:13:52 +01:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
|
|
golang.org/x/term v0.17.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2019-05-13 10:41:35 +02:00
|
|
|
)
|