fix(deps): update module google.golang.org/protobuf to v1.35.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-07 13:11:58 +00:00
committed by GitHub
parent e71d8a36e5
commit 43a4bddd10
45 changed files with 544 additions and 1270 deletions

View File

@@ -65,6 +65,9 @@ func (mi *MessageInfo) initOneofFieldCoders(od protoreflect.OneofDescriptor, si
if err != nil {
return out, err
}
if cf.funcs.isInit == nil {
out.initialized = true
}
vi.Set(vw)
return out, nil
}