summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-06-09 15:37:56 +0200
committerValentin Rothberg <rothberg@redhat.com>2021-06-09 15:37:56 +0200
commitf2b3da5025d074fa0bd3edcae5c63b094bcb2ebb (patch)
treef289e8218459e35537b1bb92c36fb13b5fb18683 /go.mod
parentd22b54442e295d1592aa2d05b896b9fc6f81fecd (diff)
downloadpodman-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f7dcd7dda..fdfd06e29 100644
--- a/go.mod
+++ b/go.mod
@@ -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