chore: update dependencies

This commit is contained in:
2022-06-08 20:31:59 +02:00
parent 53aab84534
commit 62d7397e05
74 changed files with 1701 additions and 403 deletions

View File

@ -103,6 +103,7 @@ type UnmarshalInput = struct {
FindExtensionByName(field protoreflect.FullName) (protoreflect.ExtensionType, error)
FindExtensionByNumber(message protoreflect.FullName, field protoreflect.FieldNumber) (protoreflect.ExtensionType, error)
}
Depth int
}
// UnmarshalOutput is output from the Unmarshal method.