summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-06-25 17:53:49 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-06-25 17:53:49 +0200
commite4dcb3e31c8cfdbe8ebeaf6e3296d7e1074b425e (patch)
treec2331833e4949e9d754e42f26e94a11e00534b4c /go.mod
parent7766192293b197c53141aa07d0ba43d3d92bcbac (diff)
downloadpodman-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d02dfa0b4..64981efc1 100644
--- a/go.mod
+++ b/go.mod
@@ -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