chore: upgrade dependencies

This commit is contained in:
2022-06-07 20:01:36 +02:00
parent df39939c33
commit f746095173
89 changed files with 2095 additions and 596 deletions

View File

@@ -53,6 +53,7 @@ type (
FindExtensionByName(field FullName) (ExtensionType, error)
FindExtensionByNumber(message FullName, field FieldNumber) (ExtensionType, error)
}
Depth int
}
unmarshalOutput = struct {
pragma.NoUnkeyedLiterals