tcell/go.mod

13 lines
308 B
Modula-2
Raw Normal View History

2020-08-26 07:20:58 +08:00
module github.com/gdamore/tcell/v2
2018-12-19 01:44:59 +08:00
go 1.12
2018-12-19 01:44:59 +08:00
require (
github.com/gdamore/encoding v1.0.0
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-runewidth v0.0.14
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/text v0.4.0
2018-12-19 01:44:59 +08:00
)