summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-02-08 13:09:16 +0100
committerValentin Rothberg <rothberg@redhat.com>2021-02-08 13:19:08 +0100
commit3c3e644c1cac7b5a079149ff9ab2d75d5839057f (patch)
treecaccc78907310bff32ff00bfa921fdb00a7d6ac7 /go.mod
parent69ddbde9835159b19fab33f1dd22353e4b1ca484 (diff)
downloadpodman-3c3e644c1cac7b5a079149ff9ab2d75d5839057f.tar.gz
podman-3c3e644c1cac7b5a079149ff9ab2d75d5839057f.tar.bz2
podman-3c3e644c1cac7b5a079149ff9ab2d75d5839057f.zip
vendor latest containers/common
We had a couple of regressions in containers/common in the last release. Before cutting a new release, let's vendor it here. Since 3.0 has been branched, we can vendor a non-release commit of c/common. 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 6847a49c7..e3ac45844 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/containernetworking/cni v0.8.1
github.com/containernetworking/plugins v0.9.0
github.com/containers/buildah v1.19.3
- github.com/containers/common v0.33.1
+ github.com/containers/common v0.34.3-0.20210208115708-8668c76dd577
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/image/v5 v5.10.1
github.com/containers/psgo v1.5.2