mirror of
https://github.com/gizak/termui.git
synced 2025-04-24 13:48:50 +08:00
11 lines
213 B
Modula-2
11 lines
213 B
Modula-2
module github.com/gizak/termui/v3
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
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
|
|
)
|