diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-07-06 06:16:40 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-07-06 06:49:21 -0400 |
commit | 5f9e7b53552cee3aee4ba01df81f1d7b8e5012b6 (patch) | |
tree | 346535b69219ad8c451ab859f31e8a2e936856ee /go.mod | |
parent | 1ba8c235876467f5399a60a3847022fa10ad98ab (diff) | |
download | podman-5f9e7b53552cee3aee4ba01df81f1d7b8e5012b6.tar.gz podman-5f9e7b53552cee3aee4ba01df81f1d7b8e5012b6.tar.bz2 podman-5f9e7b53552cee3aee4ba01df81f1d7b8e5012b6.zip |
Vendor containers/common v0.14.4
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.15.0 - github.com/containers/common v0.14.3 + github.com/containers/common v0.14.4 github.com/containers/conmon v2.0.18+incompatible github.com/containers/image/v5 v5.5.1 github.com/containers/psgo v1.5.1 |