mirror of
https://github.com/alibaba/higress.git
synced 2026-06-01 16:47:27 +08:00
refactor(v2): upgrade module to github.com/alibaba/higress/v2 (#2922)
Signed-off-by: Xijun Dai <daixijun1990@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
. "github.com/alibaba/higress/pkg/ingress/log"
|
||||
. "github.com/alibaba/higress/v2/pkg/ingress/log"
|
||||
networking "istio.io/api/networking/v1alpha3"
|
||||
)
|
||||
|
||||
@@ -263,6 +263,5 @@ func merge(m1 map[string]*networking.StringMatch, m2 map[string]map[string]strin
|
||||
IngressLog.Errorf("unknown type: %q is not supported Match type", typ)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user