gizak / termui

Golang terminal dashboard
MIT License
13.14k stars 787 forks source link

go get failed: termbox.Event has no field or method N #85

Closed emicklei closed 5 years ago

emicklei commented 8 years ago

This is because gopkg.in/gizak/termui.v1 refers to a unversioned github.com/nsf/termbox-go for which I had an older installation on my GOPATH.

I have been able to solve this using go get -u -v github.com/nsf/termbox-go

Maybe the v1 release should have vendored the termbox package?