diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-09-24 21:22:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-24 21:22:39 +0800 |
commit | 29dda47cbbb6da148dbd3412463dc979deffcbfa (patch) | |
tree | fc627eb70613381641235684b342e072d1aeb0eb /vendor/modules.txt | |
parent | 7cccada51eb925e7acfc90aae26661afd847d8f4 (diff) | |
download | gitea-29dda47cbbb6da148dbd3412463dc979deffcbfa.tar.gz gitea-29dda47cbbb6da148dbd3412463dc979deffcbfa.zip |
Fix label count (#8267)
* fix label count
* fix vendor
* fix import order
* update xorm to fix bug
* fix tests
* fix mssql bug
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 e300a9bbe4..56df013a5d 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.7-0.20190822154023-17592d96b35b +# github.com/go-xorm/xorm v0.7.8-0.20190924080535-59ed80ce1a67 github.com/go-xorm/xorm # github.com/gobwas/glob v0.2.3 github.com/gobwas/glob @@ -612,7 +612,7 @@ gopkg.in/yaml.v2 mvdan.cc/xurls/v2 # strk.kbt.io/projects/go/libravatar v0.0.0-20160628055650-5eed7bff870a strk.kbt.io/projects/go/libravatar -# xorm.io/builder v0.3.5 +# xorm.io/builder v0.3.6 xorm.io/builder # xorm.io/core v0.7.0 xorm.io/core |