cview/go.mod

13 lines
297 B
Modula-2

module code.rocketnine.space/tslocum/cview
go 1.12
require (
code.rocketnine.space/tslocum/cbind v0.1.5
github.com/gdamore/tcell/v2 v2.7.0
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-runewidth v0.0.15
github.com/rivo/uniseg v0.4.6
golang.org/x/term v0.16.0 // indirect
)