mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2024-12-28 18:25:46 +00:00
baf64d5536
While this module has no actual dependency on APIv1, we want to ensure that programs using both APIv1 and APIv2 use a version of APIv1 that wraps APIv2. Updates golang/protobuf#1032. Change-Id: Ie69ce2930c843a7232c79b21ff418c53b28ed1af Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/219382 Reviewed-by: Joe Tsai <joetsai@google.com>
9 lines
128 B
Modula-2
9 lines
128 B
Modula-2
module google.golang.org/protobuf
|
|
|
|
go 1.9
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.0-rc.1
|
|
github.com/google/go-cmp v0.3.1
|
|
)
|