jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
9.92k stars 608 forks source link

undefined gocui.quit gocui.ModNone #89

Closed owllie90 closed 7 years ago

owllie90 commented 7 years ago

Hi,

I am installing sumoshell. But i have encountered the below errors:

undefined: gocui.Quit undefined: gocui.ModNone

Kindly advise.

jroimartin commented 7 years ago

Hi,

Sorry for the late response. These errors have to do with the last changes introduced in gocui which required to modify its API. More info at:

https://github.com/jroimartin/gocui/issues/77#issuecomment-260179983

Sumoshell should be updated accordingly and they should also start using vendoring.

Thanks for reporting it!