From d2f198493b8d3de1c98c94db17a17e378925792e Mon Sep 17 00:00:00 2001 From: carsakiller Date: Fri, 27 Oct 2023 20:42:05 -0400 Subject: refactor: replace openresty with LuaCATS submodule --- meta/3rd/OpenResty | 1 + meta/3rd/OpenResty/library/resty/core/utils.lua | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) create mode 160000 meta/3rd/OpenResty delete mode 100644 meta/3rd/OpenResty/library/resty/core/utils.lua (limited to 'meta/3rd/OpenResty/library/resty/core/utils.lua') diff --git a/meta/3rd/OpenResty b/meta/3rd/OpenResty new file mode 160000 index 00000000..3bec36f0 --- /dev/null +++ b/meta/3rd/OpenResty @@ -0,0 +1 @@ +Subproject commit 3bec36f0f645bb38b3c8208990d5c36feb66ce3d diff --git a/meta/3rd/OpenResty/library/resty/core/utils.lua b/meta/3rd/OpenResty/library/resty/core/utils.lua deleted file mode 100644 index 8070a33b..00000000 --- a/meta/3rd/OpenResty/library/resty/core/utils.lua +++ /dev/null @@ -1,10 +0,0 @@ ----@meta -local resty_core_utils={} - ----@param str string ----@param find string ----@param replace string ----@return string -function resty_core_utils.str_replace_char(str, find, replace) end -resty_core_utils.version = require("resty.core.base").version -return resty_core_utils \ No newline at end of file -- cgit v1.2.3