This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch release/2.13
in repository https://gitbox.apache.org/repos/asf/apisix.git

commit 24eea265e46c9ea7fc13be2cbeb01cd1f1276963
Author: spacewander <spacewander...@gmail.com>
AuthorDate: Mon Jun 20 10:30:28 2022 +0800

    ci: pass
    
    Signed-off-by: spacewander <spacewander...@gmail.com>
---
 apisix/core.lua                        | 1 +
 apisix/plugins/grpc-transcode/util.lua | 1 +
 2 files changed, 2 insertions(+)

diff --git a/apisix/core.lua b/apisix/core.lua
index f448f9549..ce368bf32 100644
--- a/apisix/core.lua
+++ b/apisix/core.lua
@@ -52,4 +52,5 @@ return {
     tablepool   = require("tablepool"),
     resolver    = require("apisix.core.resolver"),
     os          = require("apisix.core.os"),
+    math        = require("apisix.core.math"),
 }
diff --git a/apisix/plugins/grpc-transcode/util.lua 
b/apisix/plugins/grpc-transcode/util.lua
index 68d300203..c8594a8dd 100644
--- a/apisix/plugins/grpc-transcode/util.lua
+++ b/apisix/plugins/grpc-transcode/util.lua
@@ -20,6 +20,7 @@ local json              = core.json
 local pb                = require("pb")
 local ngx               = ngx
 local string            = string
+local ipairs            = ipairs
 local tonumber          = tonumber
 local type              = type
 

Reply via email to