Skip to content

Commit

Permalink
Fix package url for grpc integration (#3563)
Browse files Browse the repository at this point in the history
* Fix package url for grpc integration

Signed-off-by: Jae-Heon Ji <[email protected]>

* Update package url to dapr repository

---------

Signed-off-by: Jae-Heon Ji <[email protected]>
Co-authored-by: Hannah Hunter <[email protected]>
Co-authored-by: Yaron Schneider <[email protected]>
  • Loading branch information
3 people committed Jun 30, 2023
1 parent f2f5f1e commit 8781fa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
```
Expand Down

0 comments on commit 8781fa1

Please sign in to comment.