diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-06-28 15:35:27 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-06-28 17:12:56 +0200 |
commit | 2ee9fe4cbdf6d2ac2602bc220150b777c3010559 (patch) | |
tree | 285386fcbc59d23c9b33bdc8f7d27d453d3f8592 /go.mod | |
parent | 50fa651a4e3cfde2b64aa818ad1009f4289f0afd (diff) | |
download | podman-2ee9fe4cbdf6d2ac2602bc220150b777c3010559.tar.gz podman-2ee9fe4cbdf6d2ac2602bc220150b777c3010559.tar.bz2 podman-2ee9fe4cbdf6d2ac2602bc220150b777c3010559.zip |
vendor containers/common
Pull in fixes for platform checks to silence annoying warnings when
pulling images by platforms using uname values.
Fixes: #14669
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v1.1.1 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.26.1-0.20220609225314-e66309ebde8c - github.com/containers/common v0.48.1-0.20220627112538-97d9656daba8 + github.com/containers/common v0.48.1-0.20220628131511-a8336c1613fe github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.21.2-0.20220617075545-929f14a56f5c github.com/containers/ocicrypt v1.1.5 |