mirror of
https://github.com/jroimartin/gocui.git
synced 2025-05-01 22:17:55 +08:00
12 lines
244 B
Modula-2
12 lines
244 B
Modula-2
module github.com/jesseduffield/gocui
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gdamore/tcell/v2 v2.4.0
|
|
github.com/go-errors/errors v1.0.2
|
|
github.com/mattn/go-runewidth v0.0.10
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
)
|