Skip to content

Commit

Permalink
Fix package url for grpc integration
Browse files Browse the repository at this point in the history
Signed-off-by: Jae-Heon Ji <[email protected]>
  • Loading branch information
jaeheonji authored Jun 17, 2023
1 parent 0d0d29a commit 393107b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The following steps will show how to create an app that exposes a server for wit
"github.com/golang/protobuf/ptypes/any"
"github.com/golang/protobuf/ptypes/empty"
commonv1pb "github.com/dapr/dapr/pkg/proto/common/v1"
commonv1pb "github.com/dapr/go-sdk/dapr/proto/common/v1"
pb "github.com/dapr/go-sdk/dapr/proto/runtime/v1"
"google.golang.org/grpc"
)
Expand Down

0 comments on commit 393107b

Please sign in to comment.