diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-09-29 20:52:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-29 20:52:39 +0800 |
commit | aa9a99cf5f7de47328e5a6ffcba6114294934031 (patch) | |
tree | cd5bc73f12a0a8bf7709dccdb18a4b7764563745 /vendor/modules.txt | |
parent | c6fb7fe27c16c4e43d4d8dbe4d2ff4b3c4c52a29 (diff) | |
download | gitea-aa9a99cf5f7de47328e5a6ffcba6114294934031.tar.gz gitea-aa9a99cf5f7de47328e5a6ffcba6114294934031.zip |
Upgrade xorm to latest to fix insert issue bug (#8309)
* upgrade xorm to latest to fix insert issue bug
* add newissue unit tests
* update xorm version
* fix tests
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index d64735c5fe..dd055ddcef 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -198,7 +198,7 @@ github.com/go-swagger/go-swagger/cmd/swagger/commands/initcmd github.com/go-swagger/go-swagger/codescan github.com/go-swagger/go-swagger/generator github.com/go-swagger/go-swagger/scan -# github.com/go-xorm/xorm v0.7.8-0.20190925172902-71947cf034b6 +# github.com/go-xorm/xorm v0.7.8 github.com/go-xorm/xorm # github.com/gobwas/glob v0.2.3 github.com/gobwas/glob @@ -614,5 +614,5 @@ mvdan.cc/xurls/v2 strk.kbt.io/projects/go/libravatar # xorm.io/builder v0.3.6 xorm.io/builder -# xorm.io/core v0.7.0 +# xorm.io/core v0.7.2 xorm.io/core |