Closed practice closed 6 years ago
Having the same problem!
I'm seeing this on Travis builds as well. This Repo appears abandoned but @gizak is there any way you can come back to vendor some dependencies ?
Yeah... the last commit was on Jan 2. Damn.... I guess I'll fork this in the afternoon and check if I can fix this :D
also detected the error in my set of examples for maven golang plugin, the incompatibility for new version of https://github.com/maruel/panicparse , termui is compatible with tagged v1.0.2 so that if you use terui you should load panicparse v1.0.2 in the case all works well the error shows fragility of golang project build process with dependencies :(
Do fancy stack traces really needed or can this dependency just be removed?
If you want to use fixed ver, use this master branch https://github.com/airking05/termui.
Just changed some dependency management things and I'm not getting this issue anymore. Could someone confirm it's working for them too?
@cjbassi I ran "go get -u github.com/gizak/termui" today and didn't have this issue.
Great, closing this then.
maruel/panicparse API has changed 3 days ago.