termui/go.mod

11 lines
213 B
Modula-2
Raw Normal View History

2019-03-07 18:50:20 +08:00
module github.com/gizak/termui/v3
2018-11-23 05:02:44 +08:00
go 1.15
2018-11-23 05:02:44 +08:00
require (
2023-11-11 11:21:51 +08:00
github.com/mattn/go-runewidth v0.0.15
github.com/mitchellh/go-wordwrap v1.0.1
github.com/nsf/termbox-go v1.1.1
github.com/rivo/uniseg v0.4.4 // indirect
2018-11-23 05:02:44 +08:00
)