mirror of
https://github.com/alibaba/higress.git
synced 2026-05-23 20:27:29 +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