protobuf-go/cmd/protoc-gen-go-grpc/testdata/go.mod
Joe Tsai 11caeff126 internal/impl: unexport ExtensionFieldV1.Value
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>
2019-05-16 20:29:06 +00:00

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 => ../../..