petejkim / goop

A simple dependency manager for Go (golang), inspired by Bundler.
MIT License
779 stars 45 forks source link

Support privately-hosted git servers #33

Open szaydel opened 9 years ago

szaydel commented 9 years ago

It seems like having support for privately-hosted git and hg servers is not a bad idea. Many organizations rely on having git hosted internally, for any number of reasons, and yet still have same problems that Goop could potentially solve for them.

I run into this with my privately-run Git instance:

=> Fetching git@stash.privateurl/sz/sandboxy.git...
goop: unrecognized import path "git@stash.privateurl/sz/sandboxy.git"