Closed nlamirault closed 7 years ago
@nlamirault thanks a lot for this PR! It makes tons of sense to do vendoring and also the Makefile is super appreciated. I'd however opt for dep, which is more future-proof since it will be part of the Go tool chain at some point in the future. Any chance you could patch that?
I will try using dep
Thanks so much for this @nlamirault! See also my blog post here, should be a good start …
Brilliant, thanks a lot @nlamirault! ATM I don't have a place defined to credit contributors but if you like, add yourself to a section in the README.md
to record the fact that you did contribute. WDYT?
This PR add Makefile, add a goal to make binaries using gox and creates the vendor directory which contains all dependencies using govendor. Some dependencies specify versions :