Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@yiptsangkin

Description

@yiptsangkin

go: github.com/go-xorm/[email protected]: 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/[email protected] used for two different module paths (github.com/go-xorm/core and xorm.io/core)

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

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions