Skip to content

Commit e950068

Browse files
authored
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
1 parent 9210ce4 commit e950068

File tree

2 files changed

+3
-121
lines changed

2 files changed

+3
-121
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ require (
121121
mvdan.cc/xurls/v2 v2.5.0
122122
strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251
123123
xorm.io/builder v0.3.13
124-
xorm.io/xorm v1.3.6
124+
xorm.io/xorm v1.3.7
125125
)
126126

127127
require (

0 commit comments

Comments
 (0)