Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unmet dependencies on code.google.com/p/gogoprotobuf/proto #3

Open
kfir-drivenets opened this issue May 11, 2017 · 5 comments
Open

Comments

@kfir-drivenets
Copy link

kfir-drivenets commented May 11, 2017

When running go get github.com/DirkBrand/protobuf-code-formatter/protoc-gen-pretty (like suggested in the README files) I get the following error

package code.google.com/p/gogoprotobuf/proto: unrecognized import path "code.google.com/p/gogoprotobuf/proto" (parse https://code.google.com/p/gogoprotobuf/proto?go-get=1: no go-import meta tags (meta tag github.com/gogo/protobuf did not match import path code.google.com/p/gogoprotobuf/proto))

Go version - go version go1.8 linux/amd64

@awalterschulze
Copy link

awalterschulze commented May 11, 2017 via email

@JamesMGreene
Copy link

JamesMGreene commented Oct 18, 2017

I updated all of the code (locally) to point to the new locations on GitHub and it still tries to fetch them from Google Code for some weird reason.

$ go get -v ./...
github.com/DirkBrand/protobuf-code-formatter (download)
Fetching https://code.google.com/p/gogoprotobuf/proto?go-get=1
Parsing meta tags from https://code.google.com/p/gogoprotobuf/proto?go-get=1 (status code 200)
package code.google.com/p/gogoprotobuf/proto: unrecognized import path "code.google.com/p/gogoprotobuf/proto" (parse https://code.google.com/p/gogoprotobuf/proto?go-get=1: no go-import meta tags (meta tag github.com/gogo/protobuf did not match import path code.google.com/p/gogoprotobuf/proto))
github.com/gogo/protobuf (download)

@samabhilash
Copy link

I changed the local references, and it worked for me.

@LeonidKokhnovich
Copy link

Any fix for this one?

@vickyramachandra
Copy link

Still stuck with the same issue.. Any fixes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants