module github.com/diamondburned/tview/v2 go 1.12 require ( github.com/diamondburned/go-colorful v1.0.4-0.20190608162041-238d3721526c github.com/diamondburned/tcell v1.1.7 github.com/diamondburned/tview v1.2.1 github.com/mattn/go-runewidth v0.0.4 github.com/rivo/uniseg v0.0.0-20190513083848-b9f5b9457d44 golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect golang.org/x/sys v0.0.0-20190613101156-ab3f67ed278a // indirect golang.org/x/tools v0.0.0-20190612232758-d4e310b4a8a5 // indirect )