From 8573441914937a221c054a5e517bfaa6dd53f4be Mon Sep 17 00:00:00 2001 From: KingsleyJin Date: Wed, 20 Nov 2024 16:40:09 +0800 Subject: [PATCH 1/3] Update grpc_stdio.proto --- internal/plugin/grpc_stdio.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; From 142c82163579f81c9da75796274376bd37e2b49f Mon Sep 17 00:00:00 2001 From: KingsleyJin Date: Wed, 20 Nov 2024 16:40:41 +0800 Subject: [PATCH 2/3] Update grpc_controller.proto --- internal/plugin/grpc_controller.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { } From fa8b735b5de251929184c5c6e4413fb5af83fb57 Mon Sep 17 00:00:00 2001 From: KingsleyJin Date: Wed, 20 Nov 2024 16:41:09 +0800 Subject: [PATCH 3/3] Update grpc_broker.proto --- internal/plugin/grpc_broker.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;