]> source.dussan.org Git - gitea.git/commitdiff
Upgrade xorm to v1.3.7 to fix a resource leak problem caused by Iterate (#28891)
authorLunny Xiao <xiaolunwen@gmail.com>
Mon, 22 Jan 2024 10:24:55 +0000 (18:24 +0800)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 10:24:55 +0000 (18:24 +0800)
Mainly fix an error https://gitea.com/xorm/xorm/issues/2393

go.mod
go.sum

diff --git a/go.mod b/go.mod
index 7bf08048719e331e75df32845cb746df9eb2890e..59278324d401f88dfc43008d1ce4e47f37399e60 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -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 (
diff --git a/go.sum b/go.sum
index 52aeabfeac5ce64c6ee21cf0691ef659fff87004..bf1ae82b8e73a83b85da8699c642f280e038f5b5 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -1380,5 +1380,5 @@ strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251 h1:mUcz5b3
 strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251/go.mod h1:FJGmPh3vz9jSos1L/F91iAgnC/aejc0wIIrF2ZwJxdY=
 xorm.io/builder v0.3.13 h1:a3jmiVVL19psGeXx8GIurTp7p0IIgqeDmwhcR6BAOAo=
 xorm.io/builder v0.3.13/go.mod h1:aUW0S9eb9VCaPohFCH3j7czOx1PMW3i1HrSzbLYGBSE=
-xorm.io/xorm v1.3.7-0.20240101024435-4992cba040fe h1:c+IGxoesJV3s4QZb55feZIb1sqFEUluAYHpe5uJIO6U=
-xorm.io/xorm v1.3.7-0.20240101024435-4992cba040fe/go.mod h1:/PjYRKEcJ67WtOnb6DXEMb2Y0uWFaZSoDlhJUebWbXw=
+xorm.io/xorm v1.3.7 h1:mLceAGu0b87r9pD4qXyxGHxifOXIIrAdVcA6k95/osw=
+xorm.io/xorm v1.3.7/go.mod h1:LsCCffeeYp63ssk0pKumP6l96WZcHix7ChpurcLNuMw=