It's been over two years this since project was last released (guess that means it's pretty stable!), and much of the original build tooling was set up in 2015, and things have... changed since then.
This is not a full revamp (perhaps I will do that in the future), but more a minimal set of changes to keep things build-able for now, so I can do another release with the recent bug fixes landed.
Build tooling updated to more modern Go toolchain
Switch from Godep to go modules (and removed vendored modules).
Switch release build cross-compile tool from goxc to goreleaser.
go-bindata updates.
CLI library updated to most recent version of Cobra (why not!)
It's been over two years this since project was last released (guess that means it's pretty stable!), and much of the original build tooling was set up in 2015, and things have... changed since then.
This is not a full revamp (perhaps I will do that in the future), but more a minimal set of changes to keep things build-able for now, so I can do another release with the recent bug fixes landed.