diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-29 05:55:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 05:55:14 -0400 |
commit | f9217939489ce693db2b358fc8eab68bedac2180 (patch) | |
tree | 4fb801fec0fba8785966b5ac94fc476554a306f7 /go.mod | |
parent | cd1e25f5d57059a50e8aeae5b640c2d282e70f96 (diff) | |
parent | 911b6d8b4808cb6d341fbf7d22f7ebee0227ff4f (diff) | |
download | podman-f9217939489ce693db2b358fc8eab68bedac2180.tar.gz podman-f9217939489ce693db2b358fc8eab68bedac2180.tar.bz2 podman-f9217939489ce693db2b358fc8eab68bedac2180.zip |
Merge pull request #6423 from rhatdan/VENDOR
Vendor in containers/common v0.12.0
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 |