aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/google/go-cmp/cmp/internal/diff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-02-17 10:14:36 -0500
committerGitHub <noreply@github.com>2022-02-17 10:14:36 -0500
commit71474f64b9c0275c65bc04385b486101cff40786 (patch)
tree0b873fbbc1f456fab836333ebe8992f9cd863a1e /vendor/github.com/google/go-cmp/cmp/internal/diff
parentc018c0f3c7194f2cc8c6ca4082585a71d243f979 (diff)
parent095026c3d50df760f64a714b79c380f08699012a (diff)
downloadpodman-71474f64b9c0275c65bc04385b486101cff40786.tar.gz
podman-71474f64b9c0275c65bc04385b486101cff40786.tar.bz2
podman-71474f64b9c0275c65bc04385b486101cff40786.zip
Merge pull request #13260 from containers/dependabot/go_modules/github.com/containers/buildah-1.24.2
Bump github.com/containers/buildah from 1.24.1 to 1.24.2
Diffstat (limited to 'vendor/github.com/google/go-cmp/cmp/internal/diff')
-rw-r--r--vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go1
-rw-r--r--vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go b/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go
index 1daaaacc5..36062a604 100644
--- a/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go
+++ b/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.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 !cmp_debug
// +build !cmp_debug
package diff
diff --git a/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go b/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go
index 4b91dbcac..a3b97a1ad 100644
--- a/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go
+++ b/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.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 cmp_debug
// +build cmp_debug
package diff