mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
f503c300f7
Change-Id: I0eed4846a597daf112016bce1dcc198aa7c3a5f1 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/168899 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
7 lines
178 B
Modula-2
7 lines
178 B
Modula-2
module github.com/golang/protobuf/v2
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.1-0.20190322195920-d94fb84e04b7
|
|
github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42
|
|
)
|