mirror of https://github.com/gdamore/tcell.git
12 lines
276 B
Modula-2
12 lines
276 B
Modula-2
|
module github.com/gdamore/tcell
|
||
|
|
||
|
go 1.9
|
||
|
|
||
|
require (
|
||
|
github.com/gdamore/encoding v1.0.0
|
||
|
github.com/lucasb-eyer/go-colorful v0.0.0-20181028223441-12d3b2882a08
|
||
|
github.com/mattn/go-runewidth v0.0.4
|
||
|
golang.org/x/text v0.3.0
|
||
|
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
|
||
|
)
|