You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ go get go.etcd.io/etcd/v3
go: downloading go.etcd.io/etcd v0.5.0-alpha.5
go: downloading go.etcd.io/etcd v3.3.22+incompatible
go get go.etcd.io/etcd/v3: module go.etcd.io/etcd@upgrade found (v3.3.22+incompatible), but does not contain package go.etcd.io/etcd/v3
Go get always imports v3.3.22
The text was updated successfully, but these errors were encountered:
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.
How can I import v3.4.9 into my project?
Go get always imports v3.3.22
The text was updated successfully, but these errors were encountered: