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
my problem
i use etcd in my code like this:
then the go mod auto add in go.mod file like this:
bug i want use etcd 3.4.3, not the go mod auto give to me, so i use cmd like
i don't know how to fix
The text was updated successfully, but these errors were encountered:
@obsider thx, i use this:
require go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
it not effect, will be modify to 3.3.18 by go mod auto,but i use like this:
replace go.etcd.io/etcd => go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
it is ok, but i think this is not in accordance with the specifications. Is there a schedule for repairing this problem?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
and go mod is on
i use etcd in my code like this:
then the go mod auto add in go.mod file like this:
bug i want use etcd 3.4.3, not the go mod auto give to me, so i use cmd like
i don't know how to fix
The text was updated successfully, but these errors were encountered: