Update dependencies
This commit is contained in:
parent
0d085a2b4d
commit
2a72b198e3
84 changed files with 1461 additions and 980 deletions
5
vendor/google.golang.org/protobuf/reflect/protoreflect/proto.go
generated
vendored
5
vendor/google.golang.org/protobuf/reflect/protoreflect/proto.go
generated
vendored
|
@ -22,8 +22,9 @@
|
|||
//
|
||||
// The protobuf descriptor interfaces are not meant to be implemented by
|
||||
// user code since they might need to be extended in the future to support
|
||||
// additions to the protobuf language. Protobuf descriptors can be constructed
|
||||
// using the "google.golang.org/protobuf/reflect/protodesc" package.
|
||||
// additions to the protobuf language.
|
||||
// The "google.golang.org/protobuf/reflect/protodesc" package converts between
|
||||
// google.protobuf.DescriptorProto messages and protobuf descriptors.
|
||||
//
|
||||
//
|
||||
// Go Type Descriptors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue