diff options
author | tomsweeneyredhat <tsweeney@redhat.com> | 2022-08-08 22:17:35 -0400 |
---|---|---|
committer | tomsweeneyredhat <tsweeney@redhat.com> | 2022-08-08 22:17:51 -0400 |
commit | 7bd886480066ceb097ab5ab101738d6b4fca718f (patch) | |
tree | d5133f0ce35b88819e3f77ca4f618b181cde828f /go.mod | |
parent | 28607a9238b30be9e2b6dd6476f410eed5314ae9 (diff) | |
download | podman-7bd886480066ceb097ab5ab101738d6b4fca718f.tar.gz podman-7bd886480066ceb097ab5ab101738d6b4fca718f.tar.bz2 podman-7bd886480066ceb097ab5ab101738d6b4fca718f.zip |
Bump to Buildah v1.27.0
As the title says.
Vendor Buildah v1.27.0 into Podman in preparation for Buildah v4.2
[No New Tests Needed]
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/container-orchestrated-devices/container-device-interface v0.4.0 github.com/containernetworking/cni v1.1.2 github.com/containernetworking/plugins v1.1.1 - github.com/containers/buildah v1.26.1-0.20220716095526-d31d27c357ab + github.com/containers/buildah v1.27.0 github.com/containers/common v0.49.2-0.20220804143628-dc97077782d5 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.22.0 |