summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGiteabot <teabot@gitea.io>2023-10-19 18:56:39 +0800
committerGitHub <noreply@github.com>2023-10-19 10:56:39 +0000
commit89d3766d22b6dfcbd5e9499d3f85cf889dafb91c (patch)
tree9c9aef13ba532cadd4f9e48d47269e37efe2ce74 /go.mod
parent9b14f1a8edf8c94aeee5e16c282b037d4e78daa9 (diff)
downloadgitea-89d3766d22b6dfcbd5e9499d3f85cf889dafb91c.tar.gz
gitea-89d3766d22b6dfcbd5e9499d3f85cf889dafb91c.zip
Upgrade xorm (#27673) (#27691)
Backport #27673 by @lng2020 Related to https://gitea.com/xorm/xorm/pulls/2341 Co-authored-by: Nanguan Lin <70063547+lng2020@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 23474cd7e1..84f42969d5 100644
--- 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.3
+ xorm.io/xorm v1.3.4-0.20231017094142-dbe499091a7e
)
require (