diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-06-09 15:37:56 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-06-09 15:37:56 +0200 |
commit | f2b3da5025d074fa0bd3edcae5c63b094bcb2ebb (patch) | |
tree | f289e8218459e35537b1bb92c36fb13b5fb18683 /go.mod | |
parent | d22b54442e295d1592aa2d05b896b9fc6f81fecd (diff) | |
download | podman-f2b3da5025d074fa0bd3edcae5c63b094bcb2ebb.tar.gz podman-f2b3da5025d074fa0bd3edcae5c63b094bcb2ebb.tar.bz2 podman-f2b3da5025d074fa0bd3edcae5c63b094bcb2ebb.zip |
[v3.2] vendor containers/common@v0.38.7
* libimage: pull: turn image-lookup errors non-fatal
Prevents https://bugzilla.redhat.com/show_bug.cgi?id=1966872 from being
introduced with v3.2.
Signed-off-by: Valentin Rothberg <rothberg@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 v0.8.1 github.com/containernetworking/plugins v0.9.1 github.com/containers/buildah v1.21.0 - github.com/containers/common v0.38.6 + github.com/containers/common v0.38.7 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.12.0 github.com/containers/ocicrypt v1.1.1 |