1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 12:38:20 +00:00

upgrade xorm to v1.2.5 (#17177) (#17188)

This commit is contained in:
Lunny Xiao
2021-09-30 14:03:42 +08:00
committed by GitHub
parent bf6264c1db
commit eb5e6f09eb
6 changed files with 8 additions and 8 deletions

2
go.mod
View File

@@ -139,7 +139,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.2.4
xorm.io/xorm v1.2.5
)
replace github.com/hashicorp/go-version => github.com/6543/go-version v1.3.1