mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
11 lines
224 B
Modula-2
11 lines
224 B
Modula-2
module github.com/rivo/tview
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gdamore/tcell v1.1.2
|
|
github.com/lucasb-eyer/go-colorful v1.0.2
|
|
github.com/mattn/go-runewidth v0.0.4
|
|
github.com/rivo/uniseg v0.0.0-20190513083848-b9f5b9457d44
|
|
)
|