mirror of
https://github.com/jroimartin/gocui.git
synced 2025-05-10 19:29:16 +08:00
11 lines
232 B
Modula-2
11 lines
232 B
Modula-2
module github.com/jesseduffield/gocui
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gdamore/tcell/v2 v2.0.0
|
|
github.com/go-errors/errors v1.0.2
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
github.com/nsf/termbox-go v0.0.0-20201124104050-ed494de23a00
|
|
)
|