1
0
mirror of https://github.com/gizak/termui.git synced 2025-04-26 13:48:54 +08:00
termui/go.mod

10 lines
225 B
Modula-2
Raw Normal View History

2019-03-07 02:50:20 -08:00
module github.com/gizak/termui/v3
2018-11-22 13:02:44 -08:00
go 1.15
2018-11-22 13:02:44 -08:00
require (
github.com/mattn/go-runewidth v0.0.2
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
2019-01-24 06:21:07 -08:00
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d
2018-11-22 13:02:44 -08:00
)