mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
94a8510010
The test had a "golden" tag, which meant that it wasn't being tested. Changes made: * Alter the test to avoid shelling out to protoc * Modify TestFiles to TestNoGoPackage, where the testdata files seem concerned about making sure the lack of a go_package statement works * Upgrade to latest cmp, which provides diffing for multiline strings * Delete protogen/testdata directory Change-Id: Ic576167bfce1046f45c8c614d0ab76af8c5ba723 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/167279 Reviewed-by: Damien Neil <dneil@google.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.20190311233832-968e039ade03
|
|
github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42
|
|
)
|