-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Several versions of xorm included in go.sum #8019
Comments
|
Ho |
The new version in xormstore is v0.7.6 so we still have two version in use in the wait for a tag on xorm. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't know if this is a problem, but I've noticed several versions of xorm in go.sum:
gitea/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: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 ofgo-xorm/xorm
in mygo.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.
The text was updated successfully, but these errors were encountered: