petejkim / goop

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

Use github.com mirror of archived code.google.com/p/go.tools #45

Open karmakaze opened 8 years ago

karmakaze commented 8 years ago

Use github.com/karmakaze/go.tools which imported the Mercurial repo from code.google.com/p/go.tools/go/vcs

eatonphil commented 8 years ago

What is the status of this PR? I don't seem to be able to go get this and this PR seems to be the solution. Here is what happens:

package code.google.com/p/go.tools/go/vcs: unable to detect version control system for code.google.com/ path

karmakaze commented 8 years ago

@eatonphil Until this PR is accepted, you have the option to update references to github.com/karmakaze/goop. I'll keep that updated for as long as we're using Goop which will be some time before all projects get converted to Go 1.5/1.6 vendoring.

eatonphil commented 8 years ago

@karmakaze I did actually end up switching to your fork. Thanks for having it up there!

karmakaze commented 8 years ago

@eatonphil thanks, good to have company

andrewrothstein commented 8 years ago

@karmakaze I switched to your fork as well. Thank you!

sudheesh001 commented 8 years ago

:+1: Thanks @karmakaze

akestner commented 8 years ago

Thanks @karmakaze, :+1:

wjessop commented 8 years ago

Any chance of getting this merged? Is Goop still maintained?