cview/go.mod

11 lines
224 B
Modula-2

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
)