protobuf-go/go.mod
Joe Tsai 65466b8cf4 all: update weak dependency to github.com/golang/protobuf@v1.4.0-rc.2
Change-Id: I1af402a44c8d113ce50e60523e4c6d8397dbb520
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/221434
Reviewed-by: Damien Neil <dneil@google.com>
2020-02-29 02:36:55 +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.2
github.com/google/go-cmp v0.4.0
)