summaryrefslogtreecommitdiff
path: root/vendor/google.golang.org/protobuf/internal/strs
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-25 20:00:23 +0000
committerGitHub <noreply@github.com>2022-03-25 20:00:23 +0000
commit76614c46132e28daa4baa2e6787c4be64f7a9ac8 (patch)
tree479aa9b575e66120fc403fe6ffdd640371bcf325 /vendor/google.golang.org/protobuf/internal/strs
parentdd2a28bfe623a722bb1126acf7c7148f7bb11847 (diff)
downloadpodman-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')
-rw-r--r--vendor/google.golang.org/protobuf/internal/strs/strings_pure.go1
-rw-r--r--vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go1
2 files changed, 2 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
diff --git a/vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go b/vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go
index 2160c7019..56a8a4ed3 100644
--- a/vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go
+++ b/vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.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