8 lines
213 B
Modula-2
8 lines
213 B
Modula-2
module github.com/gizak/termui
|
|
|
|
require (
|
|
github.com/mattn/go-runewidth v0.0.2
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
|
|
github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb
|
|
)
|