gocui/go.mod
Jesse Duffield 287efbd7c0 go mod tidy
2021-02-09 21:59:39 +11:00

10 lines
170 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
)