diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-06-25 17:53:49 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-06-25 17:53:49 +0200 |
commit | e4dcb3e31c8cfdbe8ebeaf6e3296d7e1074b425e (patch) | |
tree | c2331833e4949e9d754e42f26e94a11e00534b4c /go.mod | |
parent | 7766192293b197c53141aa07d0ba43d3d92bcbac (diff) | |
download | podman-e4dcb3e31c8cfdbe8ebeaf6e3296d7e1074b425e.tar.gz podman-e4dcb3e31c8cfdbe8ebeaf6e3296d7e1074b425e.tar.bz2 podman-e4dcb3e31c8cfdbe8ebeaf6e3296d7e1074b425e.zip |
vendor github.com/containers/common@v0.14.3
Includes several fixes for config parsing and AppArmor.
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.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.0 + github.com/containers/common v0.14.3 github.com/containers/conmon v2.0.18+incompatible github.com/containers/image/v5 v5.5.1 github.com/containers/psgo v1.5.1 |