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

backport #28891

Mainly fix an error https://gitea.com/xorm/xorm/issues/2393
This commit is contained in:
Lunny Xiao 2024-01-25 11:12:11 +08:00 committed by GitHub
parent 9210ce4045
commit e95006848e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 121 deletions

2
go.mod
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.6
xorm.io/xorm v1.3.7
)
require (

122
go.sum

File diff suppressed because it is too large Load Diff