>
> If the upstream goes away, you can just re-publish the repo (which you'll 
> have cloned locally) and adjust the remote URL in .gitmodules.  New people 
> cloning will get the clone from the new source.
>

Not to counter anything you've said, but dep also allows adjusting the URL. 
Gopkg.toml:

[[constraint]]
  name = "github.com/some/project"
  source = "github.com/forkof/project" 

Cheers,
Paul

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to