aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2021-09-15 23:27:46 +0800
committerGitHub <noreply@github.com>2021-09-15 23:27:46 +0800
commit1f8df5dd8944233065b69552bfd4a936cd3c8c51 (patch)
treec3aa93894db0250bef8226a8967b1e041ecde670 /go.mod
parent6a025d8b4ad6ab811f154fb13cd69ddbc8cd9e2c (diff)
downloadgitea-1f8df5dd8944233065b69552bfd4a936cd3c8c51.tar.gz
gitea-1f8df5dd8944233065b69552bfd4a936cd3c8c51.zip
Upgrade xorm to v1.2.4 (#17059)
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 1e29322243..fd6593c76c 100644
--- a/go.mod
+++ b/go.mod
@@ -139,7 +139,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.2.2
+ xorm.io/xorm v1.2.4
)
replace github.com/hashicorp/go-version => github.com/6543/go-version v1.3.1