cview/go.mod

15 lines
427 B
Modula-2
Raw Normal View History

module code.rocketnine.space/tslocum/cview
2019-05-13 08:41:35 +00:00
go 1.12
require (
2021-04-02 00:35:06 +00:00
code.rocketnine.space/tslocum/cbind v0.1.5
2021-05-17 20:26:39 +00:00
github.com/gdamore/tcell/v2 v2.3.1
github.com/lucasb-eyer/go-colorful v1.2.0
2021-04-02 00:35:06 +00:00
github.com/mattn/go-runewidth v0.0.12
github.com/rivo/uniseg v0.2.0
2021-05-17 20:26:39 +00:00
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
2021-04-02 00:35:06 +00:00
golang.org/x/text v0.3.6 // indirect
2019-05-13 08:41:35 +00:00
)