mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2024-12-29 12:17:48 +00:00
95d75b7143
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>
9 lines
153 B
Modula-2
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
|
|
)
|