Closed
Description
I don't know if this is a problem, but I've noticed several versions of xorm in go.sum:
Lines 148 to 155 in 1338825
Everything started when I wanted to reference this commit: Add insert select where in #7898.
I did that by editing go.mod
like:
github.com/go-xorm/xorm master
xorm.io/core master
And then running make vendor
.
There's been some discussion at the #maintainers
chat about this, and it's been suggested that @lafriks updated github.com/lafriks/xormstore (which he did).
However, I couldn't figure out the right way to update go.mod
, as I kept getting even more versions of go-xorm/xorm
in my go.sum
.
So I desisted of making any changes and report this here, so people with better understanding of this can solve it (if necessary) or simply ignore it.
Metadata
Metadata
Assignees
Labels
No labels