mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +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>
7 lines
178 B
Modula-2
7 lines
178 B
Modula-2
module github.com/golang/protobuf/v2
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.1-0.20190509013249-911a20d79252
|
|
github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42
|
|
)
|