cview/go.mod

14 lines
338 B
Modula-2

module gitlab.com/tslocum/cview
go 1.15
require (
github.com/gdamore/tcell/v2 v2.1.0
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/mattn/go-runewidth v0.0.9
github.com/rivo/uniseg v0.2.0
gitlab.com/tslocum/cbind v0.1.4
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e // indirect
golang.org/x/text v0.3.4 // indirect
)