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

Remove the dependency of go.etcd.io/etcd, help bump grpc #1322

Closed
zhongzc opened this issue Jul 6, 2022 · 0 comments · Fixed by #1323
Closed

Remove the dependency of go.etcd.io/etcd, help bump grpc #1322

zhongzc opened this issue Jul 6, 2022 · 0 comments · Fixed by #1323

Comments

@zhongzc
Copy link
Contributor

zhongzc commented Jul 6, 2022

Currently, every other go app which depends on tidb-dashboard should replace grpc version to less than v1.29.1, and it often causes dependency problems.

replace google.golang.org/grpc => google.golang.org/grpc v1.29.1

A good solution I found at pingcap/tidb#32457 may help. It replaced the dependency of go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 to

go.etcd.io/etcd/api/v3 v3.5.2
go.etcd.io/etcd/client/pkg/v3 v3.5.2
go.etcd.io/etcd/client/v3 v3.5.2
go.etcd.io/etcd/server/v3 v3.5.2
go.etcd.io/etcd/tests/v3 v3.5.2
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 a pull request may close this issue.

1 participant