protobuf-go/go.mod
Damien Neil baf64d5536 all: depend on github.com/golang/protobuf@1.4.0-rc1
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>
2020-02-13 23:28:41 +00:00

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
)