mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-10 07:05:11 +00:00
11caeff126
CL/177620 modifies v1 to stop touching the Value field directly, such that it is now unexport the Value field. Change-Id: I0a05bbe59146862fc77c261349d7d90d6fa312e0 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/177621 Reviewed-by: Damien Neil <dneil@google.com>
10 lines
259 B
Modula-2
10 lines
259 B
Modula-2
module google.golang.org/protobuf/cmd/protoc-gen-go-grpc/testdata
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.1-0.20190516201927-a2cd3ac1b343
|
|
google.golang.org/grpc v1.19.0
|
|
google.golang.org/protobuf v1.0.0
|
|
)
|
|
|
|
replace google.golang.org/protobuf => ../../..
|