12 lines
387 B
Modula-2
12 lines
387 B
Modula-2
module github.com/gizak/termui
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0
|
|
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
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
golang.org/x/net v0.0.0-20180801234040-f4c29de78a2a
|
|
)
|