diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-25 20:00:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 20:00:23 +0000 |
commit | 76614c46132e28daa4baa2e6787c4be64f7a9ac8 (patch) | |
tree | 479aa9b575e66120fc403fe6ffdd640371bcf325 /vendor/google.golang.org/protobuf/runtime | |
parent | dd2a28bfe623a722bb1126acf7c7148f7bb11847 (diff) | |
download | podman-76614c46132e28daa4baa2e6787c4be64f7a9ac8.tar.gz podman-76614c46132e28daa4baa2e6787c4be64f7a9ac8.tar.bz2 podman-76614c46132e28daa4baa2e6787c4be64f7a9ac8.zip |
build(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.0
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.27.1 to 1.28.0.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.27.1...v1.28.0)
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/google.golang.org/protobuf/runtime')
-rw-r--r-- | vendor/google.golang.org/protobuf/runtime/protoiface/methods.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/google.golang.org/protobuf/runtime/protoiface/methods.go b/vendor/google.golang.org/protobuf/runtime/protoiface/methods.go index 32c04f67e..44cf467d8 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 @@ type UnmarshalInput = struct { 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. |