mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
f18ab539ab
The new v1 protoapi package enables: * Referencing types in the protoapi package instead of protoV1, which further reduces the number of situations where we need to depend on protoV1. This is for the goal of eventually breaking all cases where the v2 implementation relies on v1, so that in the near future, proto v1 can rely on proto v2 instead. * Removes the need for legacy_extension_hack.go since that functionality has now been exported into the protoapi package. Change-Id: If71002d9ec711bfabfe494636829df9abf19e23e Reviewed-on: https://go-review.googlesource.com/c/151403 Reviewed-by: Herbie Ong <herbie@google.com>
8 lines
233 B
Modula-2
8 lines
233 B
Modula-2
module github.com/golang/protobuf/v2
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.1-0.20181129223256-87f1426e5305
|
|
github.com/google/go-cmp v0.2.1-0.20181101181452-745b8ec83783
|
|
golang.org/x/tools v0.0.0-20180928181343-b3c0be4c978b
|
|
)
|