change: used the dependencies library with specified version.

This commit is contained in:
Yuansheng 2019-06-02 09:51:00 -04:00
parent 80f9613669
commit 8d091a10f6

View File

@ -13,11 +13,10 @@ description = {
}
dependencies = {
"lua >= 5.1",
"lua-resty-libr3 >= 0.2",
"lua-resty-etcd >= 0.4",
"lua-resty-balancer >= 0.02rc5",
"lua-resty-ngxvar >= 0.2",
"lua-resty-libr3 = 0.2",
"lua-resty-etcd = 0.4",
"lua-resty-balancer = 0.02rc5",
"lua-resty-ngxvar = 0.2",
}
build = {