mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-04 02:38:50 +00:00
4a58eb3f7c
CL/175579 switches v2 to use XXX_unrecognized exclusively. CL/175838 switches v1 to use XXX_unrecognized exclusively. This means that it is now safe to delete the Raw field. Change-Id: Ic60c58147c2df4078e72c34d1202d226a7ea4bed Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/175839 Reviewed-by: Damien Neil <dneil@google.com>
9 lines
231 B
Modula-2
9 lines
231 B
Modula-2
module github.com/golang/protobuf/v2/cmd/protoc-gen-go/testdata
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.1-0.20190509013249-911a20d79252
|
|
github.com/golang/protobuf/v2 v2.0.0
|
|
)
|
|
|
|
replace github.com/golang/protobuf/v2 => ../../..
|