module github.com/derailed/tview go 1.16 require ( github.com/gdamore/tcell/v2 v2.2.1 github.com/lucasb-eyer/go-colorful v1.2.0 github.com/mattn/go-runewidth v0.0.12 github.com/rivo/uniseg v0.2.0 golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect golang.org/x/text v0.3.6 // indirect )