本文介绍: go语言相关bug
第一个bug
itcast@itcast:/home/jian/share/src/go-test/homeweb-client$ go mod tidy
go: finding module for package github.com/micro/go-grpc
go: found github.com/micro/go-grpc in github.com/micro/go-grpc v1.0.1
go: homeweb-client/handler imports
github.com/micro/go-grpc imports
github.com/micro/go-micro imports
github.com/micro/go-micro/cmd imports
github.com/micro/go-micro/registry/consul imports
github.com/hashicorp/consul/watch tested by
github.com/hashicorp/consul/watch.test imports
github.com/hashicorp/consul/agent imports
github.com/hashicorp/go-discover imports
github.com/hashicorp/go-discover/provider/azure imports
github.com/Azure/go-autorest/autorest: ambiguous import: found package github.com/Azure/go-autorest/autorest in multiple modules:
github.com/Azure/go-autorest v11.7.0+incompatible (/home/jian/share/pkg/mod/github.com/!azure/go-autorest@v11.7.0+incompatible/autorest)
github.com/Azure/go-autorest/autorest v0.9.0 (/home/jian/share/pkg/mod/github.com/!azure/go-autorest/autorest@v0.9.0)
go: homeweb-client/handler imports
github.com/micro/go-grpc imports
github.com/micro/go-micro imports
github.com/micro/go-micro/cmd imports
github.com/micro/go-micro/registry/consul imports
github.com/hashicorp/consul/watch tested by
github.com/hashicorp/consul/watch.test imports
github.com/hashicorp/consul/agent imports
github.com/hashicorp/go-discover imports
github.com/hashicorp/go-discover/provider/azure imports
github.com/Azure/go-autorest/autorest/adal: ambiguous import: found package github.com/Azure/go-autorest/autorest/adal in multiple modules:
github.com/Azure/go-autorest v11.7.0+incompatible (/home/jian/share/pkg/mod/github.com/!azure/go-autorest@v11.7.0+incompatible/autorest/adal)
github.com/Azure/go-autorest/autorest/adal v0.5.0 (/home/jian/share/pkg/mod/github.com/!azure/go-autorest/autorest/adal@v0.5.0)
go: homeweb-client/handler imports
github.com/micro/go-grpc imports
github.com/micro/go-micro imports
github.com/micro/go-micro/cmd imports
github.com/micro/go-micro/registry/consul imports
github.com/hashicorp/consul/watch tested by
github.com/hashicorp/consul/watch.test imports
github.com/hashicorp/consul/agent imports
github.com/hashicorp/go-discover imports
github.com/hashicorp/go-discover/provider/azure imports
github.com/Azure/go-autorest/autorest/azure: ambiguous import: found package github.com/Azure/go-autorest/autorest/azure in multiple modules:
github.com/Azure/go-autorest v11.7.0+incompatible (/home/jian/share/pkg/mod/github.com/!azure/go-autorest@v11.7.0+incompatible/autorest/azure)
github.com/Azure/go-autorest/autorest v0.9.0 (/home/jian/share/pkg/mod/github.com/!azure/go-autorest/autorest@v0.9.0/azure)
go: homeweb-client/handler imports
github.com/micro/go-grpc imports
github.com/micro/go-micro imports
github.com/micro/go-micro/cmd imports
github.com/micro/go-micro/registry/consul imports
github.com/hashicorp/consul/watch tested by
github.com/hashicorp/consul/watch.test imports
github.com/hashicorp/consul/agent imports
github.com/hashicorp/go-discover imports
github.com/hashicorp/go-discover/provider/azure imports
github.com/Azure/azure-sdk-for-go/services/network/mgmt/2015-06-15/network imports
github.com/Azure/go-autorest/autorest/to: ambiguous import: found package github.com/Azure/go-autorest/autorest/to in multiple modules:
github.com/Azure/go-autorest v11.7.0+incompatible (/home/jian/share/pkg/mod/github.com/!azure/go-autorest@v11.7.0+incompatible/autorest/to)
github.com/Azure/go-autorest/autorest/to v0.2.0 (/home/jian/share/pkg/mod/github.com/!azure/go-autorest/autorest/to@v0.2.0)
go: homeweb-client/handler imports
github.com/micro/go-grpc imports
github.com/micro/go-micro imports
github.com/micro/go-micro/cmd imports
github.com/micro/go-micro/registry/consul imports
github.com/hashicorp/consul/watch tested by
github.com/hashicorp/consul/watch.test imports
github.com/hashicorp/consul/agent imports
github.com/hashicorp/go-discover imports
github.com/hashicorp/go-discover/provider/azure imports
github.com/Azure/azure-sdk-for-go/services/network/mgmt/2015-06-15/network imports
github.com/Azure/go-autorest/autorest/validation: ambiguous import: found package github.com/Azure/go-autorest/autorest/validation in multiple modules:
github.com/Azure/go-autorest v11.7.0+incompatible (/home/jian/share/pkg/mod/github.com/!azure/go-autorest@v11.7.0+incompatible/autorest/validation)
github.com/Azure/go-autorest/autorest/validation v0.1.0 (/home/jian/share/pkg/mod/github.com/!azure/go-autorest/autorest/validation@v0.1.0)
go: homeweb-client/handler imports
github.com/micro/go-grpc imports
github.com/micro/go-micro imports
github.com/micro/go-micro/cmd imports
github.com/micro/go-micro/registry/consul imports
github.com/hashicorp/consul/watch tested by
github.com/hashicorp/consul/watch.test imports
github.com/hashicorp/consul/agent imports
github.com/hashicorp/go-discover imports
github.com/hashicorp/go-discover/provider/azure imports
github.com/Azure/azure-sdk-for-go/services/network/mgmt/2015-06-15/network imports
github.com/Azure/go-autorest/tracing: ambiguous import: found package github.com/Azure/go-autorest/tracing in multiple modules:
github.com/Azure/go-autorest v11.7.0+incompatible (/home/jian/share/pkg/mod/github.com/!azure/go-autorest@v11.7.0+incompatible/tracing)
github.com/Azure/go-autorest/tracing v0.5.0 (/home/jian/share/pkg/mod/github.com/!azure/go-autorest/tracing@v0.5.0)
itcast@itcast:/home/jian/share/src/go-test/homeweb-client$ ls
https://github.com/Azure/go-autorest 去这个官网去安装
go get github.com/Azure/go-autorest/autorest
go get github.com/Azure/go-autorest/autorest/azure
go get github.com/Azure/go-autorest/autorest/date
go get github.com/Azure/go-autorest/autorest/to
github.com/Shopify/sarama: github.com/Shopify/sarama@v1.42.1: parsing go.mod:
module declares its path as: github.com/IBM/sarama
but was required as: github.com/Shopify/sarama
出现这种情况可能是版本的问题
replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
replace github.com/testcontainers/testcontainer-go => github.com/testcontainers/testcontainers-go v0.0.2
replace github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.8.1
原文地址:https://blog.csdn.net/qq_40432598/article/details/134324059
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如若转载,请注明出处:http://www.7code.cn/show_51175.html
如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱:suwngjj01@126.com进行投诉反馈,一经查实,立即删除!
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。