Fix package url for grpc integration (#3563)

* Fix package url for grpc integration

Signed-off-by: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>

* Update package url to dapr repository

---------

Signed-off-by: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
This commit is contained in:
Jae-Heon Ji 2023-06-30 23:52:25 +09:00 committed by GitHub
parent f2f5f1e03e
commit 8781fa15b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ The following steps will show how to create an app that exposes a server for wit
"github.com/golang/protobuf/ptypes/empty"
commonv1pb "github.com/dapr/dapr/pkg/proto/common/v1"
pb "github.com/dapr/go-sdk/dapr/proto/runtime/v1"
pb "github.com/dapr/dapr/pkg/proto/runtime/v1"
"google.golang.org/grpc"
)
```