bump resty, add modules, bump nginx
This commit is contained in:
parent
016b67c679
commit
2088cb5576
11 changed files with 16 additions and 8 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -28,3 +28,9 @@
|
|||
[submodule "sources/lua-resty-websocket"]
|
||||
path = sources/lua-resty-websocket
|
||||
url = https://github.com/openresty/lua-resty-websocket
|
||||
[submodule "sources/lua-resty-http"]
|
||||
path = sources/lua-resty-http
|
||||
url = https://github.com/ledgetech/lua-resty-http
|
||||
[submodule "sources/lua-resty-string"]
|
||||
path = sources/lua-resty-string
|
||||
url = https://github.com/openresty/lua-resty-string
|
||||
|
|
2
build
2
build
|
@ -82,7 +82,7 @@ popd
|
|||
|
||||
# resty libs that can be installed
|
||||
RESTY_LIBS=(
|
||||
lua-resty-{core,lrucache,websocket}
|
||||
lua-resty-{core,lrucache,string,websocket,http}
|
||||
)
|
||||
|
||||
# install resty libs
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 92530568d2c128b4432467b76a3b54d93d6350bd
|
||||
Subproject commit 872e5fb3cf88bb281e19a8327b3ea0889cc34773
|
|
@ -1 +1 @@
|
|||
Subproject commit 67d060b4d681bd8b94465155fa4d770a1a8fb0b3
|
||||
Subproject commit af096404fbb7298f2ec1895feb65465d737b3658
|
1
sources/lua-resty-http
Submodule
1
sources/lua-resty-http
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 183310324026120ab7eaf5dd82b9be90ae63aadf
|
|
@ -1 +1 @@
|
|||
Subproject commit 1e044bff341655507f86c77bab8758ede2658d49
|
||||
Subproject commit 3ff6300e68b73ba20e909c7d16bd839aef2e5a4b
|
1
sources/lua-resty-string
Submodule
1
sources/lua-resty-string
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c6b4348f53607044d16ec5fdc3d06fd30df487d8
|
|
@ -1 +1 @@
|
|||
Subproject commit 33d6b04681d2f079a6d013988a426a841c52e29e
|
||||
Subproject commit 24d0c668883b65b13c8b5357805c6d4113e0ba6a
|
|
@ -1 +1 @@
|
|||
Subproject commit e1ff117183c25a20a35c59c536a882820296a5cf
|
||||
Subproject commit 950b1fb2010c8847a1e0bc7f079741ec47a08f17
|
|
@ -1 +1 @@
|
|||
Subproject commit 724b34d7f1eff083860e3ac613a2c1d66a238dfd
|
||||
Subproject commit 88a3870e5a571b327da65a2eeb8176b076a462df
|
|
@ -1 +1 @@
|
|||
Subproject commit 51857ce40400b48bc8900b9e3930cf7474fa0c41
|
||||
Subproject commit 29aec5720fdfc74dca8d99d5cf6dc0fcb4e4ce2f
|
Loading…
Reference in a new issue