protobuf-go/go.mod
Damien Neil 95d75b7143 go.mod: update github.com/golang/protobuf
Drop use of the MessageType.GoType method.

Change-Id: I50278e54b04556fe6e2830756a5689be1edc9235
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/198997
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2019-10-04 17:38:12 +00:00

9 lines
153 B
Modula-2

module google.golang.org/protobuf
go 1.9
require (
github.com/golang/protobuf v1.2.1-0.20191004062209-62f67f1ea9df
github.com/google/go-cmp v0.3.0
)