chore: update dependencies

This commit is contained in:
2022-01-03 19:49:33 +01:00
parent 0247f58668
commit 8f528f27f3
12 changed files with 56 additions and 117 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
}
}
}
}