diff --git a/Makefile.core.mk b/Makefile.core.mk index 7794bf67a..eff40a43f 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -10,7 +10,7 @@ export BASE_VERSION ?= $(HIGRESS_BASE_VERSION) export CHARTS ?= higress-registry.cn-hangzhou.cr.aliyuncs.com/charts -VERSION_PACKAGE := github.com/alibaba/higress/pkg/cmd/lversion +VERSION_PACKAGE := github.com/alibaba/higress/v2/pkg/cmd/lversion GIT_COMMIT:=$(shell git rev-parse HEAD) diff --git a/api/cue.yaml b/api/cue.yaml index e08baaf64..af0915e18 100644 --- a/api/cue.yaml +++ b/api/cue.yaml @@ -1,6 +1,6 @@ # Cuelang configuration to generate OpenAPI schema for Higress configs. -module: github.com/alibaba/higress/api +module: github.com/alibaba/higress/v2/api openapi: selfContained: true diff --git a/api/extensions/v1alpha1/wasmplugin.proto b/api/extensions/v1alpha1/wasmplugin.proto index c0bdc3def..259914d8c 100644 --- a/api/extensions/v1alpha1/wasmplugin.proto +++ b/api/extensions/v1alpha1/wasmplugin.proto @@ -24,7 +24,7 @@ import "google/protobuf/struct.proto"; package higress.extensions.v1alpha1; -option go_package="github.com/alibaba/higress/api/extensions/v1alpha1"; +option go_package="github.com/alibaba/higress/v2/api/extensions/v1alpha1"; //