Go:1.13
when go fmt the go file which including requirement to "github.com/go-xorm/core":
/usr/local/go/bin/go fmt /Users/neal/project/gshark/models/models.go #gosetup
go: github.com/go-xorm/core: github.com/go-xorm/[email protected]: parsing go.mod:
module declares its path as: xorm.io/core
but was required as: github.com/go-xorm/core
go.mod
github.com/go-xorm/core v0.6.2
github.com/go-xorm/xorm v0.7.1