goop icon indicating copy to clipboard operation
goop copied to clipboard

warning for code.google.com shutting down

Open charlesmata opened this issue 10 years ago • 8 comments

warning: code.google.com is shutting down; import path code.google.com/p/go.tools/go/vcs will stop working

receiving this error during goop install. is this library available through any other sources? thanks!

charlesmata avatar Oct 15 '15 16:10 charlesmata

:+1: Same issue for me.

pcerioli avatar Oct 28 '15 21:10 pcerioli

github.com/karmakaze/goop

karmakaze avatar Dec 03 '15 03:12 karmakaze

This is no longer a warning. Now, it is broken. Can we fix the import path?

lchin-gpsw avatar Jan 26 '16 00:01 lchin-gpsw

PR https://github.com/nitrous-io/goop/pull/45

karmakaze avatar Jan 26 '16 16:01 karmakaze

I am also receiving an error about this.

$ go version
go version go1.6.2 linux/amd64

$ go get github.com/nitrous-io/goop
package code.google.com/p/go.tools/go/vcs: unable to detect version control system for code.google.com/ path

FilBot3 avatar Jul 17 '16 02:07 FilBot3

@predatorian3 I've created a fork with relocated code.google.com/p/go.tools You can use it as a work-around but note that it is not maintained and you should find another dependency manager. $ go get github.com/karmakaze/goop

karmakaze avatar Jul 18 '16 02:07 karmakaze

I ended up using yours for a bit. Do you, @karmakaze , have a recommendation at which one to look at?

FilBot3 avatar Jul 18 '16 02:07 FilBot3

@predatorian3 If you like the goop (bundler style) workflow, github.com/Masterminds/glide is one that we tried and turned out okay.

karmakaze avatar Jul 18 '16 15:07 karmakaze