1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix order by parameter (#19849)

Upgrade builder to v0.3.11
Upgrade xorm to v1.3.1 and fixed some hidden bugs.

Replace #19821
Replace #19834
Included #19850

Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
Lunny Xiao
2022-06-05 03:18:50 +08:00
committed by GitHub
parent 449ea6005f
commit 12c742f8dc
19 changed files with 175 additions and 72 deletions

4
go.mod
View File

@@ -98,8 +98,8 @@ require (
gopkg.in/yaml.v2 v2.4.0
mvdan.cc/xurls/v2 v2.4.0
strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251
xorm.io/builder v0.3.10
xorm.io/xorm v1.2.5
xorm.io/builder v0.3.11
xorm.io/xorm v1.3.1
)
require (