when i use go.etcd.io/etcd v3.3.13锛宱n go1.12, open go mod, build will error

this is my go.mod file

i use 'go mod why github.com/coreos/etcd' cmd, it show:

it look like go.etcd.io/etcd has some import package error in go mod, could someone help, thx
release-3.3 uses the old org github.com/coreos please import using that org and this issue will resolve. When 3.4 is cut we will move to the new vanity path go.etcd.io/etcd
@hexfusion ok, i'll try to use 'github.com/coreos' package when import etcd, thank you!
@hexfusion is this now resolved?
@hexfusion is this now resolved?
It would depend on which etcd version you are trying to import.
release-3.3 and before use github.com/coreos/etcd IE v3.2.26, v3.3.15
release-3.4 on use vanity url go.etcd.io/etcd
Are you seeing a problem?
@hexfusion
Was seeing an issue with conflicts pretty hard when using 3.3 - go mod was getting confused and importing github.com/coreos github.com/etcd-io and go.etcd.io/etcd.
Now that 3.4 is out however I nuked all three of those repos, changed all my import paths to go.etcd.io and imported @3.4 - worked like a charm.
I have no issues with using 3.4 but others may find some problems with the mulitple repo names conflicting when using < 3.4
Generally, the issue comes when etcd is not explicitly set in go.mod. If you have examples of failure feel free to open a new issue so we can take a closer look.
Most helpful comment
release-3.3 uses the old org
github.com/coreosplease import using that org and this issue will resolve. When 3.4 is cut we will move to the new vanity pathgo.etcd.io/etcd