mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-06 09:40:07 +00:00
Change-Id: I3194f4d2e57903d7ae0d6c20bae551dc6ab7d8ce Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/166891 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
9 lines
231 B
Modula-2
9 lines
231 B
Modula-2
module github.com/golang/protobuf/v2/cmd/protoc-gen-go/testdata
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.1-0.20190311234659-51c19b98ee31
|
|
github.com/golang/protobuf/v2 v2.0.0
|
|
)
|
|
|
|
replace github.com/golang/protobuf/v2 => ../../..
|