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

Upgrade xorm to v1.1.0 (#15869) (#15885)

This commit is contained in:
Lunny Xiao
2021-05-16 02:32:17 +08:00
committed by GitHub
parent c21167e3a2
commit ad54f008ac
55 changed files with 1306 additions and 438 deletions

2
go.mod
View File

@@ -149,7 +149,7 @@ require (
mvdan.cc/xurls/v2 v2.2.0
strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251
xorm.io/builder v0.3.9
xorm.io/xorm v1.0.7
xorm.io/xorm v1.1.0
)
replace github.com/hashicorp/go-version => github.com/6543/go-version v1.2.4