protobuf-go/go.mod
Joe Tsai b0c4001c72 all: update to cmp@v0.5.0 release
Change-Id: If2f6cd6b4ad63a60ad19df8602cc97cca92e5a10
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/238757
Reviewed-by: Herbie Ong <herbie@google.com>
2020-06-19 21:50:03 +00:00

10 lines
186 B
Modula-2

module google.golang.org/protobuf
go 1.9
require (
github.com/golang/protobuf v1.4.1
github.com/google/go-cmp v0.5.0
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
)