mirror of
https://github.com/gizak/termui.git
synced 2025-04-24 13:48:50 +08:00
15 lines
673 B
Modula-2
15 lines
673 B
Modula-2
module github.com/gizak/termui/v3
|
|
|
|
require (
|
|
github.com/cjbassi/drawille-go v0.0.0-20190126131713-27dc511fe6fd
|
|
github.com/google/pprof v0.0.0-20190109223431-e84dfd68c163 // indirect
|
|
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
|
|
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-20190121233118-02980233997d
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
|
|
golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b // indirect
|
|
golang.org/x/sys v0.0.0-20190124100055-b90733256f2e // indirect
|
|
)
|