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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-15 17:55:15 +00:00
committed by GitHub
parent 04e6488315
commit ded5a2db82
20 changed files with 70 additions and 142 deletions

View File

@@ -22,7 +22,7 @@ type Pointer unsafe.Pointer
type offset uintptr
// offsetOf returns a field offset for the struct field.
func offsetOf(f reflect.StructField, x exporter) offset {
func offsetOf(f reflect.StructField) offset {
return offset(f.Offset)
}