-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Cannot get the golang package of clientv3 #11808
Comments
use etcd v3.4.x |
I use 'go get' command could not find the v3.4 version, how did you do it? |
With the script here: #11154 Example: google/trillian#2090 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
This can be fixed with |
i have the same issue. |
I imported
go.etcd.io/etcd/clientv3
in the project, and I get an error when executing thego mod tidy
command:I am in a hurry to work now, how can I solve it quickly?
The text was updated successfully, but these errors were encountered: