Skip to content
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

用了go mod去管理包,但是因为xorm的core已经变更为xorm.io,所以会报以下错误。 #39

Closed
yiptsangkin opened this issue Jul 15, 2019 · 2 comments

Comments

@yiptsangkin
Copy link

go: github.com/go-xorm/core@v0.6.3: parsing go.mod: unexpected module path "xorm.io/core"

在go mod 中增加了这个的话,会报这个错误

replace github.com/go-xorm/core v0.6.3 => xorm.io/core v0.6.3

go: xorm.io/core@v0.6.3 used for two different module paths (github.com/go-xorm/core and xorm.io/core)

目前可以通过修改版本,但是又会引发另外一个错误

image

希望作者有空更新下ext里面的db插件

andeya added a commit that referenced this issue Oct 16, 2019
Change-Id: Iea802b4a39e4c631b394a6e6d85a7c0870e7f65c
@andeya andeya closed this as completed Oct 16, 2019
@yunlongw
Copy link

I have the same problem, how to solve this problem

@andeya
Copy link
Owner

andeya commented Dec 16, 2019

Updated code, has been fixed

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

No branches or pull requests

3 participants