-
Notifications
You must be signed in to change notification settings - Fork 1k
use github mirror for golang.org packages when getting golang.org http meta failed #1857
Conversation
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
1 similar comment
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
CLAs look good, thanks! |
1 similar comment
CLAs look good, thanks! |
That's a good feature! I need it! |
nice job, but you should also consider google.golang.org |
Nice little feature, hope to see it merged into next release. By now I'm tricking dep into using github source by setting up a fake registry. My trick is to add
|
@bensonfx really needed for this! I hope it can be merged. BTW, do you have a binary release? So it can save me from building it. |
Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks! |
What does this do / why do we need it?
golang.org can not be connected in china.
deduceRootPath is failed when getting http metadata from golang.org
the solutions said in the newest dep version cant't get golang package #1322 and other issues are all not worked.
failed 1
cause: ValidateProjectRoots is faild because the args is parsed to late.
failed 2
cause: fetch raw metadata from golang.org failed
about this patch:
when fetch raw metadata: failed HTTP request to http://golang.org/x/{name}
add deducerTrie rule for golang.org/x , and use github mirror
What should your reviewer look out for in this PR?
Do you need help or clarification on anything?
Which issue(s) does this PR fix?
#1322
#1837
#1721