cview/go.mod

14 lines
369 B
Modula-2
Raw Normal View History

2020-01-22 23:28:19 +00:00
module gitlab.com/tslocum/cview
2019-05-13 08:41:35 +00:00
go 1.12
require (
github.com/gdamore/tcell/v2 v2.1.1-0.20210125004847-19e17097d8fe
github.com/lucasb-eyer/go-colorful v1.2.0
2021-01-11 22:20:10 +00:00
github.com/mattn/go-runewidth v0.0.10
github.com/rivo/uniseg v0.2.0
gitlab.com/tslocum/cbind v0.1.4
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
2021-01-11 02:42:28 +00:00
golang.org/x/text v0.3.5 // indirect
2019-05-13 08:41:35 +00:00
)