diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-06-25 17:53:49 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-06-25 18:00:28 +0200 |
commit | 6eefff6471bb1b02635291f4536f101ec1c42f6e (patch) | |
tree | a9ea44c3bc8f04e50188da0558215bfac6a2b756 /go.mod | |
parent | 0b9143df881f5de0f36f31bc2598e864fdeae7ed (diff) | |
download | podman-6eefff6471bb1b02635291f4536f101ec1c42f6e.tar.gz podman-6eefff6471bb1b02635291f4536f101ec1c42f6e.tar.bz2 podman-6eefff6471bb1b02635291f4536f101ec1c42f6e.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 |