diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-17 12:08:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 12:08:46 +0000 |
commit | 095026c3d50df760f64a714b79c380f08699012a (patch) | |
tree | 0b873fbbc1f456fab836333ebe8992f9cd863a1e /vendor/github.com/google/go-cmp/cmp/internal/diff | |
parent | c018c0f3c7194f2cc8c6ca4082585a71d243f979 (diff) | |
download | podman-095026c3d50df760f64a714b79c380f08699012a.tar.gz podman-095026c3d50df760f64a714b79c380f08699012a.tar.bz2 podman-095026c3d50df760f64a714b79c380f08699012a.zip |
Bump github.com/containers/buildah from 1.24.1 to 1.24.2
Bumps [github.com/containers/buildah](https://github.com/containers/buildah) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/containers/buildah/releases)
- [Changelog](https://github.com/containers/buildah/blob/main/CHANGELOG.md)
- [Commits](https://github.com/containers/buildah/compare/v1.24.1...v1.24.2)
---
updated-dependencies:
- dependency-name: github.com/containers/buildah
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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.go | 1 | ||||
-rw-r--r-- | vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go | 1 |
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 |