We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3035455 commit 42611a7Copy full SHA for 42611a7
rockspec/lua-resty-etcd-0.8-0.rockspec
@@ -18,7 +18,8 @@ build = {
18
type = "builtin",
19
modules = {
20
["resty.etcd"] = "lib/resty/etcd.lua",
21
- ["resty.etcdv3"] = "lib/resty/etcdv3.lua",
22
- ["resty.etcd.utils"] = "lib/resty/etcd/utils.lua"
+ ["resty.etcd.v2"] = "lib/resty/etcd/v2.lua",
+ ["resty.etcd.v3"] = "lib/resty/etcd/v3.lua",
23
+ ["resty.etcd.utils"] = "lib/resty/etcd/utils.lua",
24
}
25
0 commit comments