mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2024-12-29 12:17:48 +00:00
92af527de9
This is no longer needed by the old implementation. Change-Id: I3ba02d37f35f599ec790ec4e627258273883a308 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/223279 Reviewed-by: Damien Neil <dneil@google.com>
9 lines
158 B
Modula-2
9 lines
158 B
Modula-2
module google.golang.org/protobuf
|
|
|
|
go 1.9
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0
|
|
github.com/google/go-cmp v0.4.0
|
|
)
|