tcell/go.mod

12 lines
275 B
Modula-2
Raw Normal View History

2018-12-19 01:44:59 +08:00
module github.com/gdamore/tcell
go 1.9
require (
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
2018-12-19 01:44:59 +08:00
github.com/gdamore/encoding v1.0.0
github.com/lucasb-eyer/go-colorful v0.0.0-20190323151624-4de7d682992e
2018-12-19 01:44:59 +08:00
github.com/mattn/go-runewidth v0.0.4
golang.org/x/text v0.3.0
)