cview/go.mod

15 lines
487 B
Modula-2
Raw Permalink 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
github.com/gdamore/tcell/v2 v2.4.1-0.20210828201608-73703f7ed490
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-runewidth v0.0.14-0.20210830053702-dc8fe66265af
github.com/rivo/uniseg v0.2.0
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect
2021-07-04 08:09:44 +00:00
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
golang.org/x/text v0.3.7 // indirect
2019-05-13 08:41:35 +00:00
)