summaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2019-02-19 22:39:39 +0800
committertechknowlogick <matti@mdranta.net>2019-02-19 09:39:39 -0500
commit830ae614560b0c504c00d693b63d9889bac1a2d8 (patch)
tree5fd933f8124f4dd30d0215def2a7bcc0181573be /Gopkg.lock
parent094263db4d9f1b53c4b4c021005eec07baddd253 (diff)
downloadgitea-830ae614560b0c504c00d693b63d9889bac1a2d8.tar.gz
gitea-830ae614560b0c504c00d693b63d9889bac1a2d8.zip
Refactor issue indexer (#5363)
Diffstat (limited to 'Gopkg.lock')
-rw-r--r--Gopkg.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
index fa2a58a1a3..3ef6f552ed 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -617,6 +617,14 @@
revision = "e3534c89ef969912856dfa39e56b09e58c5f5daf"
[[projects]]
+ branch = "master"
+ digest = "1:3ea59a5ada4bbac04da58e6177ca63da8c377a3143b48fca584408bf415fdafb"
+ name = "github.com/lunny/levelqueue"
+ packages = ["."]
+ pruneopts = "NUT"
+ revision = "02b525a4418e684a7786215296984e364746806f"
+
+[[projects]]
digest = "1:1e6a29ed1f189354030e3371f63ec58aacbc2bf232fd104c6e0d41174ac5af48"
name = "github.com/lunny/log"
packages = ["."]
@@ -1270,6 +1278,7 @@
"github.com/lafriks/xormstore",
"github.com/lib/pq",
"github.com/lunny/dingtalk_webhook",
+ "github.com/lunny/levelqueue",
"github.com/markbates/goth",
"github.com/markbates/goth/gothic",
"github.com/markbates/goth/providers/bitbucket",