Upgrade xorm to v1.3.7 to fix a resource leak problem caused by Iterate (#28891)

Mainly fix an error https://gitea.com/xorm/xorm/issues/2393
This commit is contained in:
Lunny Xiao
2024-01-22 18:24:55 +08:00
repo.diff.committed_by GitHub
repo.diff.parent 77506c6f6c
repo.diff.commit 4abd63d378
repo.diff.stats_desc%!(EXTRA int=2, int=3, int=3)

2
go.mod
repo.diff.view_file

@@ -121,7 +121,7 @@ require (
mvdan.cc/xurls/v2 v2.5.0
strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251
xorm.io/builder v0.3.13
xorm.io/xorm v1.3.7-0.20240101024435-4992cba040fe
xorm.io/xorm v1.3.7
)
require (