chore: update dependencies

This commit is contained in:
2022-01-03 18:07:56 +01:00
parent 4c8ef726fa
commit b6a6264031
30 changed files with 58 additions and 8692 deletions

View File

@ -744,9 +744,6 @@ func (d decoder) skipValue() error {
// Skip items. This will not validate whether skipped values are
// of the same type or not, same behavior as C++
// TextFormat::Parser::AllowUnknownField(true) version 3.8.0.
if err := d.skipValue(); err != nil {
return err
}
}
}
}