protobuf-go/go.mod
Joe Tsai 4a58eb3f7c internal/impl: remove ExtensionFieldV1.Raw
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>
2019-05-09 21:52:05 +00:00

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
)