chore: upgrade dependencies

This commit is contained in:
2022-06-09 18:09:49 +02:00
parent 7aab1ae56f
commit 2b557d69ad
89 changed files with 2095 additions and 596 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.