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
相关推荐
C++ 老炮儿的技术栈5 小时前
UDP 与 TCP 的区别是什么?
开发语言·c++·windows·算法·visual studio
wgslucky5 小时前
Dubbo报错:module java.base does not “opens java.lang“ to unnamed module
java·开发语言·dubbo
whyeekkk5 小时前
python打卡第48天
开发语言·python
DougLiang6 小时前
关于easyexcel动态下拉选问题处理
java·开发语言
全职计算机毕业设计7 小时前
基于Java Web的校园失物招领平台设计与实现
java·开发语言·前端
5:007 小时前
云备份项目
linux·开发语言·c++
笨笨马甲8 小时前
Qt Quick模块功能及架构
开发语言·qt
夜晚回家8 小时前
「Java基本语法」代码格式与注释规范
java·开发语言
YYDS3148 小时前
C++动态规划-01背包
开发语言·c++·动态规划
前端页面仔8 小时前
易语言是什么?易语言能做什么?
开发语言·安全