mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-06 10:01:25 +00:00
41ef85a559
Add back the weak dependency on github.com/golang/protobuf. Change-Id: I2e6fabbe2cac3b694fb56a86bb3aa85cc8615b42 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/262684 Trust: Joe Tsai <joetsai@digital-static.net> Reviewed-by: Damien Neil <dneil@google.com>
9 lines
123 B
Modula-2
9 lines
123 B
Modula-2
module google.golang.org/protobuf
|
|
|
|
go 1.9
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.0
|
|
github.com/google/go-cmp v0.5.5
|
|
)
|