Central packaging registry #175
Description
Hi,
I just read https://blog.gopheracademy.com/advent-2016/saga-go-dependency-management/ and thought I'd add some ideas.
Sorry if this has been discussed before or is outside the scope of this project.
Private packaging registry
It is common to use a mix of publicly accessible deps and deps that come from privately hosted repos. I work in an organisation that has many private packages and it's preferable that we wouldn't have to list those packages on a public packaging registry in order to get the full functionality of the tool. So, I'm flagging the idea of allowing for configuration of a private packaging registry. PHP has more-or-less settled on this tool to solve that problem: https://getcomposer.org/doc/articles/handling-private-packages-with-satis.md#private-packagist