Skip to content

Commit

Permalink
adds dependencies from cachito sources as git submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Yorgos Saslis <[email protected]>
  • Loading branch information
gsaslis committed Nov 28, 2024
1 parent a95ab3a commit d807376
Show file tree
Hide file tree
Showing 52 changed files with 210 additions and 0 deletions.
159 changes: 159 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
[submodule "deps/opentracing-cpp"]
path = dependencies/git/opentracing-cpp
url = https://github.com/opentracing/opentracing-cpp
[submodule "deps/zlib"]
path = dependencies/git/zlib
url = https://github.com/madler/zlib
[submodule "deps/form-input-nginx-module"]
path = dependencies/git/form-input-nginx-module
url = https://github.com/calio/form-input-nginx-module
[submodule "deps/iconv-nginx-module"]
path = dependencies/git/iconv-nginx-module
url = https://github.com/calio/iconv-nginx-module
[submodule "deps/ngx_coolkit"]
path = dependencies/git/ngx_coolkit
url = https://github.com/FRiCKLE/ngx_coolkit
[submodule "deps/array-var-nginx-module"]
path = dependencies/git/array-var-nginx-module
url = https://github.com/openresty/array-var-nginx-module
[submodule "deps/drizzle-nginx-module"]
path = dependencies/git/drizzle-nginx-module
url = https://github.com/openresty/drizzle-nginx-module
[submodule "deps/echo-nginx-module"]
path = dependencies/git/echo-nginx-module
url = https://github.com/openresty/echo-nginx-module
[submodule "deps/encrypted-session-nginx-module"]
path = dependencies/git/encrypted-session-nginx-module
url = https://github.com/openresty/encrypted-session-nginx-module
[submodule "deps/headers-more-nginx-module"]
path = dependencies/git/headers-more-nginx-module
url = https://github.com/openresty/headers-more-nginx-module
[submodule "deps/lua-cjson"]
path = dependencies/git/lua-cjson
url = https://github.com/openresty/lua-cjson
[submodule "deps/lua-nginx-module"]
path = dependencies/git/lua-nginx-module
url = https://github.com/openresty/lua-nginx-module
[submodule "deps/lua-rds-parser"]
path = dependencies/git/lua-rds-parser
url = https://github.com/openresty/lua-rds-parser
[submodule "deps/lua-redis-parser"]
path = dependencies/git/lua-redis-parser
url = https://github.com/openresty/lua-redis-parser
[submodule "deps/lua-resty-core"]
path = dependencies/git/lua-resty-core
url = https://github.com/openresty/lua-resty-core
[submodule "deps/lua-resty-dns"]
path = dependencies/git/lua-resty-dns
url = https://github.com/openresty/lua-resty-dns
[submodule "deps/lua-resty-limit-traffic"]
path = dependencies/git/lua-resty-limit-traffic
url = https://github.com/openresty/lua-resty-limit-traffic
[submodule "deps/lua-resty-lock"]
path = dependencies/git/lua-resty-lock
url = https://github.com/openresty/lua-resty-lock
[submodule "deps/lua-resty-lrucache"]
path = dependencies/git/lua-resty-lrucache
url = https://github.com/openresty/lua-resty-lrucache
[submodule "deps/lua-resty-memcached"]
path = dependencies/git/lua-resty-memcached
url = https://github.com/openresty/lua-resty-memcached
[submodule "deps/lua-resty-mysql"]
path = dependencies/git/lua-resty-mysql
url = https://github.com/openresty/lua-resty-mysql
[submodule "deps/lua-resty-redis"]
path = dependencies/git/lua-resty-redis
url = https://github.com/openresty/lua-resty-redis
[submodule "deps/lua-resty-shell"]
path = dependencies/git/lua-resty-shell
url = https://github.com/openresty/lua-resty-shell
[submodule "deps/lua-resty-signal"]
path = dependencies/git/lua-resty-signal
url = https://github.com/openresty/lua-resty-signal
[submodule "deps/lua-resty-string"]
path = dependencies/git/lua-resty-string
url = https://github.com/openresty/lua-resty-string
[submodule "deps/lua-resty-upload"]
path = dependencies/git/lua-resty-upload
url = https://github.com/openresty/lua-resty-upload
[submodule "deps/lua-resty-upstream-healthcheck"]
path = dependencies/git/lua-resty-upstream-healthcheck
url = https://github.com/openresty/lua-resty-upstream-healthcheck
[submodule "deps/lua-resty-websocket"]
path = dependencies/git/lua-resty-websocket
url = https://github.com/openresty/lua-resty-websocket
[submodule "deps/lua-tablepool"]
path = dependencies/git/lua-tablepool
url = https://github.com/openresty/lua-tablepool
[submodule "deps/lua-upstream-nginx-module"]
path = dependencies/git/lua-upstream-nginx-module
url = https://github.com/openresty/lua-upstream-nginx-module
[submodule "deps/memc-nginx-module"]
path = dependencies/git/memc-nginx-module
url = https://github.com/openresty/memc-nginx-module
[submodule "deps/ngx_postgres"]
path = dependencies/git/ngx_postgres
url = https://github.com/openresty/ngx_postgres
[submodule "deps/opm"]
path = dependencies/git/opm
url = https://github.com/openresty/opm
[submodule "deps/rds-csv-nginx-module"]
path = dependencies/git/rds-csv-nginx-module
url = https://github.com/openresty/rds-csv-nginx-module
[submodule "deps/rds-json-nginx-module"]
path = dependencies/git/rds-json-nginx-module
url = https://github.com/openresty/rds-json-nginx-module
[submodule "deps/redis2-nginx-module"]
path = dependencies/git/redis2-nginx-module
url = https://github.com/openresty/redis2-nginx-module
[submodule "deps/resty-cli"]
path = dependencies/git/resty-cli
url = https://github.com/openresty/resty-cli
[submodule "deps/set-misc-nginx-module"]
path = dependencies/git/set-misc-nginx-module
url = https://github.com/openresty/set-misc-nginx-module
[submodule "deps/srcache-nginx-module"]
path = dependencies/git/srcache-nginx-module
url = https://github.com/openresty/srcache-nginx-module
[submodule "deps/stream-lua-nginx-module"]
path = dependencies/git/stream-lua-nginx-module
url = https://github.com/openresty/stream-lua-nginx-module
[submodule "deps/xss-nginx-module"]
path = dependencies/git/xss-nginx-module
url = https://github.com/openresty/xss-nginx-module
[submodule "dependencies/git/luarocks"]
path = dependencies/git/luarocks
url = https://github.com/luarocks/luarocks.git
[submodule "dependencies/git/luajit2"]
path = dependencies/git/luajit2
url = https://github.com/rh-api-management/luajit2
[submodule "dependencies/git/openresty"]
path = dependencies/git/openresty
url = https://github.com/rh-api-management/openresty.git
[submodule "dependencies/git/nginx"]
path = dependencies/git/nginx
url = https://github.com/rh-api-management/nginx
[submodule "dependencies/git/ngx_devel_kit"]
path = dependencies/git/ngx_devel_kit
url = https://github.com/vision5/ngx_devel_kit
[submodule "dependencies/git/ngx_http_redis"]
path = dependencies/git/ngx_http_redis
url = https://github.com/osokin/ngx_http_redis
[submodule "dependencies/git/nginx-opentracing"]
path = dependencies/git/nginx-opentracing
url = https://github.com/opentracing-contrib/nginx-opentracing
[submodule "dependencies/git/apicast-nginx-module"]
path = dependencies/git/apicast-nginx-module
url = https://github.com/3scale/apicast-nginx-module
[submodule "dependencies/git/grpc"]
path = dependencies/git/grpc
url = https://github.com/grpc/grpc
[submodule "dependencies/git/opentelemetry-proto"]
path = dependencies/git/opentelemetry-proto
url = https://github.com/open-telemetry/opentelemetry-proto
[submodule "dependencies/git/opentelemetry-cpp"]
path = dependencies/git/opentelemetry-cpp
url = https://github.com/open-telemetry/opentelemetry-cpp
[submodule "dependencies/git/opentelemetry-cpp-contrib"]
path = dependencies/git/opentelemetry-cpp-contrib
url = https://github.com/open-telemetry/opentelemetry-cpp-contrib
1 change: 1 addition & 0 deletions dependencies/git/apicast-nginx-module
Submodule apicast-nginx-module added at 3b1abf
1 change: 1 addition & 0 deletions dependencies/git/array-var-nginx-module
Submodule array-var-nginx-module added at 51cf2a
1 change: 1 addition & 0 deletions dependencies/git/drizzle-nginx-module
Submodule drizzle-nginx-module added at b4f94e
1 change: 1 addition & 0 deletions dependencies/git/echo-nginx-module
Submodule echo-nginx-module added at a47a98
1 change: 1 addition & 0 deletions dependencies/git/encrypted-session-nginx-module
1 change: 1 addition & 0 deletions dependencies/git/form-input-nginx-module
1 change: 1 addition & 0 deletions dependencies/git/grpc
Submodule grpc added at 0e34ec
1 change: 1 addition & 0 deletions dependencies/git/headers-more-nginx-module
1 change: 1 addition & 0 deletions dependencies/git/iconv-nginx-module
Submodule iconv-nginx-module added at 67d55c
1 change: 1 addition & 0 deletions dependencies/git/lua-cjson
Submodule lua-cjson added at 0df488
1 change: 1 addition & 0 deletions dependencies/git/lua-nginx-module
Submodule lua-nginx-module added at 7105ad
1 change: 1 addition & 0 deletions dependencies/git/lua-rds-parser
Submodule lua-rds-parser added at 621e6b
1 change: 1 addition & 0 deletions dependencies/git/lua-redis-parser
Submodule lua-redis-parser added at 2c5a4e
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-core
Submodule lua-resty-core added at d5f612
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-dns
Submodule lua-resty-dns added at 24c9a6
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-limit-traffic
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-lock
Submodule lua-resty-lock added at 200513
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-lrucache
Submodule lua-resty-lrucache added at b20352
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-memcached
Submodule lua-resty-memcached added at d4b018
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-mysql
Submodule lua-resty-mysql added at 7284ec
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-redis
Submodule lua-resty-redis added at 053f98
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-shell
Submodule lua-resty-shell added at ea23b3
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-signal
Submodule lua-resty-signal added at dc62ea
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-string
Submodule lua-resty-string added at 9a543f
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-upload
Submodule lua-resty-upload added at cae01f
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-upstream-healthcheck
1 change: 1 addition & 0 deletions dependencies/git/lua-resty-websocket
Submodule lua-resty-websocket added at d56579
1 change: 1 addition & 0 deletions dependencies/git/lua-tablepool
Submodule lua-tablepool added at 28b132
1 change: 1 addition & 0 deletions dependencies/git/lua-upstream-nginx-module
1 change: 1 addition & 0 deletions dependencies/git/luajit2
Submodule luajit2 added at 7b23a1
1 change: 1 addition & 0 deletions dependencies/git/luarocks
Submodule luarocks added at f29297
1 change: 1 addition & 0 deletions dependencies/git/memc-nginx-module
Submodule memc-nginx-module added at 858fcd
1 change: 1 addition & 0 deletions dependencies/git/nginx
Submodule nginx added at 29de57
1 change: 1 addition & 0 deletions dependencies/git/nginx-opentracing
Submodule nginx-opentracing added at 3036b8
1 change: 1 addition & 0 deletions dependencies/git/ngx_coolkit
Submodule ngx_coolkit added at 462b86
1 change: 1 addition & 0 deletions dependencies/git/ngx_devel_kit
Submodule ngx_devel_kit added at a22dad
1 change: 1 addition & 0 deletions dependencies/git/ngx_http_redis
Submodule ngx_http_redis added at 04f405
1 change: 1 addition & 0 deletions dependencies/git/ngx_postgres
Submodule ngx_postgres added at 681980
1 change: 1 addition & 0 deletions dependencies/git/openresty
Submodule openresty added at 189070
1 change: 1 addition & 0 deletions dependencies/git/opentelemetry-proto
Submodule opentelemetry-proto added at 6459e1
1 change: 1 addition & 0 deletions dependencies/git/opentracing-cpp
Submodule opentracing-cpp added at f3c1f4
1 change: 1 addition & 0 deletions dependencies/git/opm
Submodule opm added at 66c0ad
1 change: 1 addition & 0 deletions dependencies/git/rds-csv-nginx-module
Submodule rds-csv-nginx-module added at b4095f
1 change: 1 addition & 0 deletions dependencies/git/rds-json-nginx-module
Submodule rds-json-nginx-module added at 0cde4c
1 change: 1 addition & 0 deletions dependencies/git/redis2-nginx-module
Submodule redis2-nginx-module added at c989c8
1 change: 1 addition & 0 deletions dependencies/git/resty-cli
Submodule resty-cli added at 601774
1 change: 1 addition & 0 deletions dependencies/git/set-misc-nginx-module
Submodule set-misc-nginx-module added at f6639d
1 change: 1 addition & 0 deletions dependencies/git/srcache-nginx-module
Submodule srcache-nginx-module added at 824f69
1 change: 1 addition & 0 deletions dependencies/git/stream-lua-nginx-module
1 change: 1 addition & 0 deletions dependencies/git/xss-nginx-module
Submodule xss-nginx-module added at 6c4107
1 change: 1 addition & 0 deletions dependencies/git/zlib
Submodule zlib added at cacf7f

0 comments on commit d807376

Please sign in to comment.