go语言相关bug

第一个bug

bash 复制代码
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/[email protected]+incompatible/autorest)
	github.com/Azure/go-autorest/autorest v0.9.0 (/home/jian/share/pkg/mod/github.com/!azure/go-autorest/[email protected])
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/[email protected]+incompatible/autorest/adal)
	github.com/Azure/go-autorest/autorest/adal v0.5.0 (/home/jian/share/pkg/mod/github.com/!azure/go-autorest/autorest/[email protected])
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/[email protected]+incompatible/autorest/azure)
	github.com/Azure/go-autorest/autorest v0.9.0 (/home/jian/share/pkg/mod/github.com/!azure/go-autorest/[email protected]/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/[email protected]+incompatible/autorest/to)
	github.com/Azure/go-autorest/autorest/to v0.2.0 (/home/jian/share/pkg/mod/github.com/!azure/go-autorest/autorest/[email protected])
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/[email protected]+incompatible/autorest/validation)
	github.com/Azure/go-autorest/autorest/validation v0.1.0 (/home/jian/share/pkg/mod/github.com/!azure/go-autorest/autorest/[email protected])
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/[email protected]+incompatible/tracing)
	github.com/Azure/go-autorest/tracing v0.5.0 (/home/jian/share/pkg/mod/github.com/!azure/go-autorest/[email protected])
itcast@itcast:/home/jian/share/src/go-test/homeweb-client$ ls

https://github.com/Azure/go-autorest 去这个官网去安装

bash 复制代码
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
bash 复制代码
github.com/Shopify/sarama: github.com/Shopify/[email protected]: parsing go.mod:
module declares its path as: github.com/IBM/sarama
        but was required as: github.com/Shopify/sarama

出现这种情况可能是版本的问题

bash 复制代码
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
相关推荐
shykevin4 小时前
python开发Streamable HTTP MCP应用
开发语言·网络·python·网络协议·http
我不是程序猿儿4 小时前
【C#】 lock 关键字
java·开发语言·c#
漫路在线4 小时前
JS逆向-某易云音乐下载器
开发语言·javascript·爬虫·python
小辉懂编程5 小时前
C语言:51单片机实现数码管依次循环显示【1~F】课堂练习
c语言·开发语言·51单片机
醍醐三叶6 小时前
C++类与对象--2 对象的初始化和清理
开发语言·c++
Magnum Lehar7 小时前
3d游戏引擎EngineTest的系统实现3
java·开发语言·游戏引擎
Mcworld8577 小时前
java集合
java·开发语言·windows
成功人chen某7 小时前
配置VScodePython环境Python was not found;
开发语言·python
海绵宝宝贾克斯儿8 小时前
C++中如何实现一个单例模式?
开发语言·c++·单例模式
史迪仔01128 小时前
[python] Python单例模式:__new__与线程安全解析
开发语言·python·单例模式