xormplus / xorm

xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作
BSD 3-Clause "New" or "Revised" License
1.55k stars 222 forks source link

安装报错 #23

Closed cloudfreexiao closed 5 years ago

cloudfreexiao commented 5 years ago

golang 版本 go version go1.11.2 darwin/amd64

错误日志如下 go: finding github.com/xormplus/builder latest go: finding github.com/agrison/go-tablib latest go: finding github.com/Chronokeeper/anyxml latest go: finding gopkg.in/flosch/pongo2.v3 latest go: github.com/xormplus/builder@v0.0.0-20181205170700-0185e89d0c1a: parsing go.mod: unexpected module path "github.com/go-xorm/builder" go: error loading module requirements

xormplus commented 5 years ago

@cloudfreexiao

???我用的版本是go version go1.11 windows/amd64,我刚才全新go get -v github.com/xormplus/xorm 没有问题 我刚才把golang版本升级到最新版本go version go1.11.4 windows/amd64,我把gopath下的xormplus相关包全删除了,重新全新go get -v github.com/xormplus/xorm 也是好的啊

你试下删除gopath下的xormplus相关包重新go get看看

idersan commented 5 years ago

go mod 中有问题