diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-02-08 13:09:16 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-02-08 13:19:08 +0100 |
commit | 3c3e644c1cac7b5a079149ff9ab2d75d5839057f (patch) | |
tree | caccc78907310bff32ff00bfa921fdb00a7d6ac7 /go.mod | |
parent | 69ddbde9835159b19fab33f1dd22353e4b1ca484 (diff) | |
download | podman-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |