From b65bb153fa9014f56518c44ef9444084502976a6 Mon Sep 17 00:00:00 2001 From: Yuansheng Date: Sun, 29 Sep 2019 15:55:10 +0800 Subject: [PATCH] luarocks: updated dependencies of version 0.8. --- rockspec/apisix-0.8-0.rockspec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/rockspec/apisix-0.8-0.rockspec b/rockspec/apisix-0.8-0.rockspec index 93803a8d3b11..383bf82fab2e 100644 --- a/rockspec/apisix-0.8-0.rockspec +++ b/rockspec/apisix-0.8-0.rockspec @@ -16,9 +16,9 @@ description = { dependencies = { "lua-resty-template = 1.9", - "lua-resty-etcd = 0.6", + "lua-resty-etcd = 0.7", "lua-resty-balancer = 0.02rc5", - "lua-resty-ngxvar = 0.3", + "lua-resty-ngxvar = 0.4", "lua-resty-jit-uuid = 0.0.7", "rapidjson = 0.6.1", "lua-resty-healthcheck-iresty = 1.0.1", @@ -26,10 +26,12 @@ dependencies = { "lua-resty-cookie = 0.1.0", "lua-resty-session = 2.24", "opentracing-openresty = 0.1", - "lua-resty-radixtree = 0.7", - "lua-resty-iputils = 0.3.0-1", + "lua-resty-radixtree = 1.2", "lua-protobuf = 0.3.1", "lua-resty-openidc = 1.7.2-1", + "luafilesystem = 1.7.0-2", + "lua-tinyyaml = 0.1", + "iresty-nginx-lua-prometheus = 0.20190917", } build = {