diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2021-08-05 14:18:12 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2021-08-05 14:59:19 -0400 |
commit | 50c6cc229e168e35bed7860bd5ef3cec1f7427c7 (patch) | |
tree | fd23ee94ef3733cebc553552e29ba998d2ba6e2e /go.mod | |
parent | 57422d2093e2f03c8bf5101ac2eb8eb7f281c4de (diff) | |
download | podman-50c6cc229e168e35bed7860bd5ef3cec1f7427c7.tar.gz podman-50c6cc229e168e35bed7860bd5ef3cec1f7427c7.tar.bz2 podman-50c6cc229e168e35bed7860bd5ef3cec1f7427c7.zip |
[v3.3] Bump to Buildah v1.22.0
[NO TESTS NEEDED]
Bump Buildah to v1.22.0 and c/common to v0.42.1
and adds a patch for cpu handling.
Based on #1132
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ require ( github.com/container-orchestrated-devices/container-device-interface v0.0.0-20210325223243-f99e8b6c10b9 github.com/containernetworking/cni v0.8.1 github.com/containernetworking/plugins v0.9.1 - github.com/containers/buildah v1.21.1-0.20210721171232-54cafea4c933 - github.com/containers/common v0.41.1-0.20210730122913-cd6c45fd20e3 + github.com/containers/buildah v1.22.0 + github.com/containers/common v0.42.1 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.15.0 github.com/containers/ocicrypt v1.1.2 |