summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-06-09 09:22:01 +0200
committerValentin Rothberg <rothberg@redhat.com>2021-06-09 09:22:01 +0200
commit78430ee1d45bc47db05e802f09b80f1aac421702 (patch)
tree983053015e61bfa2e4bee051425453a185e04396 /go.mod
parentc7e96edfb2a5a6187fbbf066d9fe9ae02686be9c (diff)
downloadpodman-78430ee1d45bc47db05e802f09b80f1aac421702.tar.gz
podman-78430ee1d45bc47db05e802f09b80f1aac421702.tar.bz2
podman-78430ee1d45bc47db05e802f09b80f1aac421702.zip
[v3.2] vendor containers/common@v0.38.6
Fixes the seccomp-profile regression in v3.2 Fixes: #10556 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 a62929964..f7dcd7dda 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.5
+ github.com/containers/common v0.38.6
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/image/v5 v5.12.0
github.com/containers/ocicrypt v1.1.1