diff options
author | 6543 <6543@obermui.de> | 2019-12-18 14:07:36 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-12-18 21:07:36 +0800 |
commit | 6d811bcb14eb7199452d2673a6c30412989f7498 (patch) | |
tree | aa5b16dc73b0cf7d4fa53b770a1fbb5f85d5daee /go.mod | |
parent | 3b4682e1722441a2c64f0bacd05aa795f8fb27da (diff) | |
download | gitea-6d811bcb14eb7199452d2673a6c30412989f7498.tar.gz gitea-6d811bcb14eb7199452d2673a6c30412989f7498.zip |
Hide not allowed Reactions (#9387)
* Hide not allowed Reactions
* filter in query :D
* use `
Co-Authored-By: Alexey 〒erentyev <axifnx@gmail.com>
* update xorm v0.8.0 -> v0.8.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,5 +111,5 @@ require ( strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251 xorm.io/builder v0.3.6 xorm.io/core v0.7.2 - xorm.io/xorm v0.8.0 + xorm.io/xorm v0.8.1 ) |