mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-17 01:12:51 +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>
9 lines
153 B
Modula-2
9 lines
153 B
Modula-2
module google.golang.org/protobuf
|
|
|
|
go 1.9
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.1-0.20190516201927-a2cd3ac1b343
|
|
github.com/google/go-cmp v0.3.0
|
|
)
|