summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2020-03-25 22:32:23 +0800
committerGitHub <noreply@github.com>2020-03-25 16:32:23 +0200
commit73f5ca70de9254b3a031570de8a8a5f3ca00ed95 (patch)
tree2fc6a0b797ba58b21873d67dce23db649ae0072c /go.mod
parentb10cb7b258ec3bb5091a214a2ffeedec06c207ff (diff)
downloadgitea-73f5ca70de9254b3a031570de8a8a5f3ca00ed95.tar.gz
gitea-73f5ca70de9254b3a031570de8a8a5f3ca00ed95.zip
Upgrade xorm to v1.0.1 and fix start fail with potgres (#10819)
* upgrade xorm to v1.0.1 * fix start fail with postgres Co-authored-by: zeripath <art27@cantab.net>
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 559f3064d3..54abb2292f 100644
--- a/go.mod
+++ b/go.mod
@@ -117,5 +117,5 @@ require (
mvdan.cc/xurls/v2 v2.1.0
strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251
xorm.io/builder v0.3.7
- xorm.io/xorm v1.0.0
+ xorm.io/xorm v1.0.1
)