protobuf-go/go.mod
Joe Tsai 05e11b806f internal/impl: unexport ExtensionField.Desc
CL/180577 removes direct access to the Desc field in v1.

Since the only way to access the type is through {Has,Get,Set}Type,
we can now unexport the field and change the underlying type.

Change-Id: I6cc7018d4326c17228ba579d6161c5fb3f6d4127
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/180578
Reviewed-by: Damien Neil <dneil@google.com>
2019-06-05 20:15:29 +00:00

9 lines
153 B
Modula-2

module google.golang.org/protobuf
go 1.9
require (
github.com/golang/protobuf v1.2.1-0.20190605195750-76c9e09470ba
github.com/google/go-cmp v0.3.0
)