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
This commit is contained in:
Shuya Motouchi 2022-03-12 07:46:53 +09:00 committed by GitHub
parent d458c93dbe
commit e41329798c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)