Skip to content

fix: Solve the conflict problem of introducing multiple versions of knadh #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

panlei-coder
Copy link

@panlei-coder panlei-coder commented Feb 10, 2025

apache/incubator-seata-go@1bf4369 该 pr 引入了 knadh 两个版本 v1.5.0 和 v2.1.2,seata-go-sample 中引入的是 v1.4.4 版本,导致多个不同的版本引入冲突。通过 go mod graph 查看了项目中库的依赖关系,主要是 dubbo-go 中依赖 knadh,目前最新版本的 dubbo-go 引入的是 v1.5.0,所以将 dubbo-go 的版本升级到了 v3.1.1,knadh 统一成了 v1.5.0。

seata-go pr :apache/incubator-seata-go#772

Copy link

@ForestLH
Copy link
Contributor

这个更新理论上来说没有必要,因为理论上来说seata-go-sample项目引用的还是老版本的seata-go,只是在开发过程中将seata-go的版本换成了本地的最新的seata-go。
(当然也可以更新)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants