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 /vendor/modules.txt | |
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 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 429b8d3ca1..98ee2f9b12 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -769,7 +769,7 @@ strk.kbt.io/projects/go/libravatar # xorm.io/builder v0.3.7 ## explicit xorm.io/builder -# xorm.io/xorm v1.0.0 +# xorm.io/xorm v1.0.1 ## explicit xorm.io/xorm xorm.io/xorm/caches |