summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2021-05-15 03:17:06 +0800
committerGitHub <noreply@github.com>2021-05-14 20:17:06 +0100
commitf6be429781b24b1ac3b6e719b9c64df33866db93 (patch)
treedec0c6c9fb4f4d146f76b96f463a448494bcd010 /go.mod
parente2f39c2b64e1c5360702e507e0cac56255ca61c3 (diff)
downloadgitea-f6be429781b24b1ac3b6e719b9c64df33866db93.tar.gz
gitea-f6be429781b24b1ac3b6e719b9c64df33866db93.zip
Upgrade xorm to v1.1.0 (#15869)
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 e654de43a3..e2c1c6aba8 100644
--- a/go.mod
+++ b/go.mod
@@ -131,7 +131,7 @@ require (
mvdan.cc/xurls/v2 v2.2.0
strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251
xorm.io/builder v0.3.9
- xorm.io/xorm v1.0.7
+ xorm.io/xorm v1.1.0
)
replace github.com/hashicorp/go-version => github.com/6543/go-version v1.3.1