mirror of
https://github.com/alibaba/higress.git
synced 2026-04-22 12:37:26 +08:00
replace regexp (#1169)
This commit is contained in:
@@ -17,8 +17,9 @@ package config
|
||||
import (
|
||||
"errors"
|
||||
"net/url"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
regexp "github.com/wasilibs/go-re2"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user