commit | 64be8826a8855c72252713a007a7ec5cfa161816 | [log] [tgz] |
---|---|---|
author | mgouda <madhumati.gouda@radisys.com> | Fri May 30 10:44:00 2025 +0530 |
committer | Madhumati Gouda <madhumati.gouda@radisys.com> | Fri Jul 04 07:46:10 2025 +0000 |
tree | 1ccae93264f7c487d7660e729c878928ef193bdc | |
parent | 90577132a522365a2229d57c4262f3ad2fc3416d [diff] [blame] |
[VOL-5442] Update Go module dependencies in rw-core. Change-Id: Ic1bb524d9b5e57eb77b06b4129204b89cc90176d Signed-off-by: mgouda <madhumati.gouda@radisys.com>
diff --git a/vendor/google.golang.org/protobuf/runtime/protoiface/methods.go b/vendor/google.golang.org/protobuf/runtime/protoiface/methods.go index 32c04f6..44cf467 100644 --- a/vendor/google.golang.org/protobuf/runtime/protoiface/methods.go +++ b/vendor/google.golang.org/protobuf/runtime/protoiface/methods.go
@@ -103,6 +103,7 @@ FindExtensionByName(field protoreflect.FullName) (protoreflect.ExtensionType, error) FindExtensionByNumber(message protoreflect.FullName, field protoreflect.FieldNumber) (protoreflect.ExtensionType, error) } + Depth int } // UnmarshalOutput is output from the Unmarshal method.