mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-04 13:07:34 +08:00
change: used the dependencies library with specified version.
This commit is contained in:
parent
80f9613669
commit
8d091a10f6
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user