Closed rafaeljusto closed 9 years ago
We found the https://bintray.com/ to store the project binaries. To control the dependencies versions we can't use git-submodule because not all dependencies are from git repositories. We cannot use gopack also because if we use it, we will need to change from go to gp.
Some ideas:
godep appears to be the best solution. https://github.com/tools/godep
https://github.com/golang/go/wiki/PackageManagementTools https://coreos.com/blog/godep-for-end-user-go-projects/
On a release we must store the dependencies versions for consistency. Check
git-submodule
and maybe use artifact repository to control them.