go-micro 集成consul的时候无法下载 github.com/asim/go-micro/plugins/registry/consul/v4 怎么解决

发布于 1周前 作者 phonegap100 最后一次编辑是 5天前 来自 分享

go-micro 集成consul的时候无法下载 github.com/asim/go-micro/plugins/registry/consul/v4 怎么解决呢?

go-micro 的作者修改了go-micro插件的地址

老地址

github.com/asim/go-micro/plugins/registry/consul/v4

新地址

"github.com/go-micro/plugins/v4/registry/consul"

github.com/asim/go-micro/plugins/registry/consul/v4改为"github.com/go-micro/plugins/v4/registry/consul"就可以了

回到顶部