mirror of https://github.com/dapr/docs.git
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:
parent
d458c93dbe
commit
e41329798c
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue