1
0
mirror of https://github.com/rivo/tview.git synced 2025-05-05 19:30:02 +08:00
tview/go.mod

11 lines
224 B
Modula-2
Raw Normal View History

2019-05-13 10:41:35 +02:00
module github.com/rivo/tview
go 1.12
require (
github.com/gdamore/tcell v1.1.2
github.com/lucasb-eyer/go-colorful v1.0.2
github.com/mattn/go-runewidth v0.0.4
github.com/rivo/uniseg v0.0.0-20190513083848-b9f5b9457d44
)