aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2022-04-02 04:14:14 +0800
committerGitHub <noreply@github.com>2022-04-02 04:14:14 +0800
commitcf5d4a7230e716f77a54a1591e90b34b21b2a7b8 (patch)
treef69e343b5ae730e520e0687d67b5991d9e981211 /go.mod
parent43ff92e122550e2d7cc15e23402fc1a7c8e39e88 (diff)
downloadgitea-cf5d4a7230e716f77a54a1591e90b34b21b2a7b8.tar.gz
gitea-cf5d4a7230e716f77a54a1591e90b34b21b2a7b8.zip
Upgrade xorm/builder from v0.3.9 to v0.3.10 (#19296)
xorm/builder v0.3.10 add support to EXISTS and NOT EXISTS.
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 da2f1e03dd..957e8fc68b 100644
--- a/go.mod
+++ b/go.mod
@@ -100,7 +100,7 @@ require (
gopkg.in/yaml.v2 v2.4.0
mvdan.cc/xurls/v2 v2.4.0
strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251
- xorm.io/builder v0.3.9
+ xorm.io/builder v0.3.10
xorm.io/xorm v1.2.5
)