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 18:00:28 +0200
commit6eefff6471bb1b02635291f4536f101ec1c42f6e (patch)
treea9ea44c3bc8f04e50188da0558215bfac6a2b756 /go.mod
parent0b9143df881f5de0f36f31bc2598e864fdeae7ed (diff)
downloadpodman-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.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