protobuf-go/go.mod
Joe Tsai c90b6ada23 reflect/protoreflect: remove methods with Type suffix
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>
2019-04-20 08:14:13 +00:00

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
)