mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
3cda377ed2
Remove the ExtensionType Descriptor method. Change-Id: I89c985c45f2a5abc4e4e3770f9652bc2a444251e Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/192141 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.20190828184314-28cdcb54310f
|
|
github.com/google/go-cmp v0.3.0
|
|
)
|