From 1e05de5e036b2c4f41bfaff76d769fa549a03846 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 7 Dec 2023 12:07:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/waf/rule.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/waf/rule.go b/internal/waf/rule.go index 7a610f6..5df6c66 100644 --- a/internal/waf/rule.go +++ b/internal/waf/rule.go @@ -17,7 +17,7 @@ import ( "github.com/iwind/TeaGo/lists" "github.com/iwind/TeaGo/maps" "github.com/iwind/TeaGo/types" - "github.com/iwind/TeaGo/utils/string" + stringutil "github.com/iwind/TeaGo/utils/string" "net" "reflect" "regexp"