diff --git a/internal/plugin/grpc_broker.proto b/internal/plugin/grpc_broker.proto index c92cd645..9e271535 100644 --- a/internal/plugin/grpc_broker.proto +++ b/internal/plugin/grpc_broker.proto @@ -3,7 +3,7 @@ syntax = "proto3"; package plugin; -option go_package = "./plugin"; +option go_package = "github.com/hashicorp/go-plugin/internal/plugin"; message ConnInfo { uint32 service_id = 1; diff --git a/internal/plugin/grpc_controller.proto b/internal/plugin/grpc_controller.proto index 2755fa63..059905a4 100644 --- a/internal/plugin/grpc_controller.proto +++ b/internal/plugin/grpc_controller.proto @@ -3,7 +3,7 @@ syntax = "proto3"; package plugin; -option go_package = "./plugin"; +option go_package = "github.com/hashicorp/go-plugin/internal/plugin"; message Empty { } diff --git a/internal/plugin/grpc_stdio.proto b/internal/plugin/grpc_stdio.proto index f48ac76c..d85246d7 100644 --- a/internal/plugin/grpc_stdio.proto +++ b/internal/plugin/grpc_stdio.proto @@ -3,7 +3,7 @@ syntax = "proto3"; package plugin; -option go_package = "./plugin"; +option go_package = "github.com/hashicorp/go-plugin/internal/plugin"; import "google/protobuf/empty.proto";