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

Build fails with error: use of internal package not allowed #197

Closed
vyshane opened this issue Jul 19, 2016 · 2 comments
Closed

Build fails with error: use of internal package not allowed #197

vyshane opened this issue Jul 19, 2016 · 2 comments

Comments

@vyshane
Copy link

vyshane commented Jul 19, 2016

I'm getting the following error when I try to build the gateway:

package my-grpc-gateway
        imports github.com/gengo/grpc-gateway/runtime
        imports github.com/grpc-ecosystem/grpc-gateway/runtime/internal: use of internal package not allowed
@yugui
Copy link
Member

yugui commented Jul 19, 2016

grpc-gateway has moved to github.com/grpc-ecosystem/grpc-ecosystem.
Could you regenerate your gateway my-grpc-gateway with the latest revision of github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway?

@yugui yugui closed this as completed Jul 19, 2016
@vyshane
Copy link
Author

vyshane commented Jul 19, 2016

Thanks, switching to github.com/grpc-ecosystem/grpc-gateway fixed it.

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

2 participants