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/internal/strs/strings_pure.go | |
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/internal/strs/strings_pure.go')
-rw-r--r-- | vendor/google.golang.org/protobuf/internal/strs/strings_pure.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/google.golang.org/protobuf/internal/strs/strings_pure.go b/vendor/google.golang.org/protobuf/internal/strs/strings_pure.go index 85e074c97..a1f6f3338 100644 --- a/vendor/google.golang.org/protobuf/internal/strs/strings_pure.go +++ b/vendor/google.golang.org/protobuf/internal/strs/strings_pure.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build purego || appengine // +build purego appengine package strs |