aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/awesome-gocui/gocui/go.mod
blob: 5791b4e42c7735e332d39f4d804527da71215623 (plain) (blame)
1
2
3
4
5
6
7
8
9
module github.com/awesome-gocui/gocui

go 1.12

require (
	github.com/awesome-gocui/termbox-go v0.0.0-20190427202837-c0aef3d18bcc
	github.com/go-errors/errors v1.0.1
	github.com/mattn/go-runewidth v0.0.4
)