build release with goreleaser & use dep for version mgmt
hi there
Firstly, this is an absolutely incredible tool, it's genuinely changed my life!
I wanted to try contribute in some way. I had trouble building this because it seems there's no dep management system in use, and the binaries are hand built? I could be wrong
Would you consider accepting a PR to build things with https://goreleaser.com/ ?
Also, what versioning tool do you use? Glide? Dep?
Hi @jaxxstorm! Thanks for raising an issue :)
Thank you for your kind words!
Can I ask what issues you encountered when trying to build it and what version of Go you're using? Were there errors from go get, go build or go install?
Releases are done with this shell script at the moment. It's worked fine so far so I haven't really had any need to change it.
I'm not using a versioning tool at the moment. My current plan was to see what becomes of vgo; and maybe just manually vendor any external dependency that makes breaking changes in the meantime (although that hasn't happened yet).
@tomnomnom I do a bunch of go development with different versions of dependencies, and sometimes the versions aren't right. As a result, I had to manually use glide and glide install to get the correct versions dependencies to get it to work.