fix:fix bug in ext-auth wasm plugin (#1152)

This commit is contained in:
韩贤涛
2024-08-05 11:04:31 +08:00
committed by GitHub
parent cc74c0da93
commit 08c64ed467
8 changed files with 275 additions and 122 deletions

View File

@@ -3,7 +3,7 @@ package expr
import (
"errors"
"github.com/tidwall/gjson"
"regexp"
regexp "github.com/wasilibs/go-re2"
"strings"
)