chore(dependencies): luasec 1.2.0-1
LuaSocket HTTP module needs an additional dependency to LuaSec to support TLS/SSL communications. (Required to perform HTTPS requests)
This commit is contained in:
parent
ee0e7a2899
commit
fa445221dc
|
@ -18,6 +18,7 @@
|
||||||
"luacheckrc",
|
"luacheckrc",
|
||||||
"lualogging",
|
"lualogging",
|
||||||
"Luarocks",
|
"Luarocks",
|
||||||
|
"luasec",
|
||||||
"luasocket",
|
"luasocket",
|
||||||
"mkdir",
|
"mkdir",
|
||||||
"setopt",
|
"setopt",
|
||||||
|
|
|
@ -17,6 +17,7 @@ dependencies = {
|
||||||
"web_sanitize 1.3.0",
|
"web_sanitize 1.3.0",
|
||||||
"penlight 1.13.1",
|
"penlight 1.13.1",
|
||||||
"luasocket 3.1.0-1",
|
"luasocket 3.1.0-1",
|
||||||
|
"luasec 1.2.0-1",
|
||||||
}
|
}
|
||||||
build = {
|
build = {
|
||||||
type = "builtin",
|
type = "builtin",
|
||||||
|
|
Loading…
Reference in New Issue