mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
c90b6ada23
CL/172238 added equivalent methods without the Type suffix, while keeping the old methods. CL/172582 updates the v1 codebase to use the new methods. This CL removes the methods with the Type suffix. Change-Id: Iaaaa4fff11cac1694735657db2e5fd7cadc90afe Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/173138 Reviewed-by: Herbie Ong <herbie@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.20190420064300-2b4f3c98b458
|
|
github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42
|
|
)
|