File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77toolchain go1.23.0
88
99require (
10- github.com/alibaba/higress v1.4.3-0.20250901112444-854ec1e289b3
10+ github.com/alibaba/higress/v2 v2.1.8
1111 github.com/fsnotify/fsnotify v1.7.0
1212 github.com/google/uuid v1.6.0
1313 github.com/nacos-group/nacos-sdk-go/v2 v2.3.2
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
22github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
33github.com/NYTimes/gziphandler v1.1.1 h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I =
44github.com/NYTimes/gziphandler v1.1.1 /go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c =
5- github.com/alibaba/higress v1.4.3-0.20250901112444-854ec1e289b3 h1:Z/VPiTgAqXyzVOE4DszwCcw02t1qPxvscpb5MFXhFL4 =
6- github.com/alibaba/higress v1.4.3-0.20250901112444-854ec1e289b3 /go.mod h1:ndcYbKLZf7qA2eWEUakm5IpWLEqZjO1YKH90bMGaso4 =
5+ github.com/alibaba/higress/v2 v2.1.8 h1:sxBEYRXF0nIF/qjYLgR1lAeC4Bgf95bZdc2vFKUJBLA =
6+ github.com/alibaba/higress/v2 v2.1.8 /go.mod h1:o8IQOhGXqXewADALIMF6Xbu6vXKH6E3nEU4STNr1QuU =
77github.com/alibabacloud-go/alibabacloud-gateway-pop v0.0.6 h1:eIf+iGJxdU4U9ypaUfbtOWCsZSbTb8AUHvyPrxu6mAA =
88github.com/alibabacloud-go/alibabacloud-gateway-pop v0.0.6 /go.mod h1:4EUIoxs/do24zMOGGqYVWgw0s9NtiylnJglOeEB5UJo =
99github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4 /go.mod h1:sCavSAvdzOjul4cEqeVtvlSaSScfNsTQ+46HwlTL1hc =
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ import (
4646 "github.com/alibaba/higress/api-server/pkg/options"
4747 "github.com/alibaba/higress/api-server/pkg/registry"
4848 "github.com/alibaba/higress/api-server/pkg/storage"
49- hiextensionsv1alpha1 "github.com/alibaba/higress/client/pkg/apis/extensions/v1alpha1"
50- hinetworkingv1 "github.com/alibaba/higress/client/pkg/apis/networking/v1"
49+ hiextensionsv1alpha1 "github.com/alibaba/higress/v2/ client/pkg/apis/extensions/v1alpha1"
50+ hinetworkingv1 "github.com/alibaba/higress/v2/ client/pkg/apis/networking/v1"
5151 "github.com/nacos-group/nacos-sdk-go/v2/clients/config_client"
5252)
5353
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ func getOpenAPIDefinitions(openapicommon.ReferenceCallback) map[string]openapico
100100 "k8s.io/api/networking/v1.Ingress" : {},
101101 "k8s.io/api/networking/v1.IngressClass" : {},
102102
103- "github.com/alibaba/higress/client/pkg/apis/extensions/v1alpha1.WasmPlugin" : {},
104- "github.com/alibaba/higress/client/pkg/apis/networking/v1.McpBridge" : {},
105- "github.com/alibaba/higress/client/pkg/apis/networking/v1.Http2Rpc" : {},
103+ "github.com/alibaba/higress/v2/ client/pkg/apis/extensions/v1alpha1.WasmPlugin" : {},
104+ "github.com/alibaba/higress/v2/ client/pkg/apis/networking/v1.McpBridge" : {},
105+ "github.com/alibaba/higress/v2/ client/pkg/apis/networking/v1.Http2Rpc" : {},
106106
107107 "istio.io/client-go/pkg/apis/networking/v1alpha3.EnvoyFilter" : {},
108108
You can’t perform that action at this time.
0 commit comments