diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-28 16:58:53 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-28 16:58:53 -0400 |
commit | 911b6d8b4808cb6d341fbf7d22f7ebee0227ff4f (patch) | |
tree | 82e205413866cfcb3dca5397679a5d599d3b0c28 /go.mod | |
parent | e8818ced806910f8ce44939fef08f89139be4119 (diff) | |
download | podman-911b6d8b4808cb6d341fbf7d22f7ebee0227ff4f.tar.gz podman-911b6d8b4808cb6d341fbf7d22f7ebee0227ff4f.tar.bz2 podman-911b6d8b4808cb6d341fbf7d22f7ebee0227ff4f.zip |
Vendor in containers/common v0.12.0
Signed-off-by: Daniel J Walsh <dwalsh@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.7.2-0.20200304161608-4fae32b84921 github.com/containernetworking/plugins v0.8.6 github.com/containers/buildah v1.14.9-0.20200523094741-de0f541d9224 - github.com/containers/common v0.11.4 + github.com/containers/common v0.12.0 github.com/containers/conmon v2.0.16+incompatible github.com/containers/image/v5 v5.4.4 github.com/containers/psgo v1.5.0 |