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

fixed the issue with etcd-grpc version incompatibility #9

Closed
wants to merge 4 commits into from
Closed

fixed the issue with etcd-grpc version incompatibility #9

wants to merge 4 commits into from

Conversation

aliykh
Copy link

@aliykh aliykh commented Aug 6, 2021

I had an issue with etcd grpc incompatibility:
go.etcd.io/etcd v3.3.25+incompatible // indirect
The above etcd version has used older version of grpc go which was google.golang.org/grpc v1.26.0
and as mentioned in google/trillian#2195, they have removed google.golang.org/grpc/naming

As a result of this change, the people like me who has updated version of their protoc-gen-go has faced problems with their proto-files generated by latest version of protoc.

To generate the error - run go mod tidy: google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.39.1), but does not contain package google.golang.org/grpc/naming

@skvoch
Copy link
Owner

skvoch commented Aug 29, 2021

Thank you, but I cannot merge your pull request because the timeout for the Acquire() function has been removed.

Anyway, I updated the dependencies (v1.0.4), this should fix your problem.

@skvoch skvoch closed this Aug 29, 2021
@aliykh
Copy link
Author

aliykh commented Aug 29, 2021

It's all right. I am glad you have solved the issue. Good luck!

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

Successfully merging this pull request may close these issues.

2 participants