From e41329798cc8516f6a64bb8eccf7d7ea21ccc292 Mon Sep 17 00:00:00 2001 From: Shuya Motouchi Date: Sat, 12 Mar 2022 07:46:53 +0900 Subject: [PATCH] Update gRPC-integration.md (#2253) Here, it doesn't work github.com/dapr/go-sdk/dapr/proto/common/v1 It works here github.com/dapr/dapr/pkg/proto/common/v1 --- .../en/developing-applications/integrations/gRPC-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/integrations/gRPC-integration.md b/daprdocs/content/en/developing-applications/integrations/gRPC-integration.md index 6e88bc44e..b241ca3bf 100644 --- a/daprdocs/content/en/developing-applications/integrations/gRPC-integration.md +++ b/daprdocs/content/en/developing-applications/integrations/gRPC-integration.md @@ -124,7 +124,7 @@ import ( "github.com/golang/protobuf/ptypes/any" "github.com/golang/protobuf/ptypes/empty" - commonv1pb "github.com/dapr/go-sdk/dapr/proto/common/v1" + commonv1pb "github.com/dapr/dapr/pkg/proto/common/v1" pb "github.com/dapr/go-sdk/dapr/proto/runtime/v1" "google.golang.org/grpc" )