Add vendor for Go package dependencies
mirshahriar opened this issue · 1 comments
mirshahriar commented
Add vendor for Go package dependencies
sadlil commented
The library is written almost in vanilla go. Only dependency is cobra
library. And I am not up to the idea with having a vendor
directory.
For dependency i would like to use dep
when it is release. Till then i am up for having glide to manage dependency for this project. Feel Free to Send a PR.