diff options
author | Giteabot <teabot@gitea.io> | 2023-10-19 18:56:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 10:56:39 +0000 |
commit | 89d3766d22b6dfcbd5e9499d3f85cf889dafb91c (patch) | |
tree | 9c9aef13ba532cadd4f9e48d47269e37efe2ce74 /go.mod | |
parent | 9b14f1a8edf8c94aeee5e16c282b037d4e78daa9 (diff) | |
download | gitea-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ( |