diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-03-25 22:32:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 16:32:23 +0200 |
commit | 73f5ca70de9254b3a031570de8a8a5f3ca00ed95 (patch) | |
tree | 2fc6a0b797ba58b21873d67dce23db649ae0072c /go.mod | |
parent | b10cb7b258ec3bb5091a214a2ffeedec06c207ff (diff) | |
download | gitea-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |