mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-25 06:35:21 +00:00
d9bfe8bc52
Change-Id: I3194f4d2e57903d7ae0d6c20bae551dc6ab7d8ce Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/166891 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
10 lines
268 B
Modula-2
10 lines
268 B
Modula-2
module github.com/golang/protobuf/v2/cmd/protoc-gen-go-grpc/testdata
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.1-0.20190311234659-51c19b98ee31
|
|
github.com/golang/protobuf/v2 v2.0.0
|
|
google.golang.org/grpc v1.19.0
|
|
)
|
|
|
|
replace github.com/golang/protobuf/v2 => ../../..
|