petejkim / goop

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

warning for code.google.com shutting down #44

Open charlesmata opened 8 years ago

charlesmata commented 8 years ago

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!

pcerioli commented 8 years ago

:+1: Same issue for me.

karmakaze commented 8 years ago

github.com/karmakaze/goop

lchin-gpsw commented 8 years ago

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

karmakaze commented 8 years ago

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

FilBot3 commented 8 years ago

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
karmakaze commented 8 years ago

@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

FilBot3 commented 8 years ago

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

karmakaze commented 8 years ago

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