aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-04-23 14:54:24 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-04-27 10:57:27 -0400
commitd45528cb296f5d245e3125b0050c317f67eb6a83 (patch)
tree148c28586c0dc57568c744d6d703a8906acfedad /go.mod
parentca15a83fe0db5e5af917149d7b7cb770474edab1 (diff)
downloadpodman-d45528cb296f5d245e3125b0050c317f67eb6a83.tar.gz
podman-d45528cb296f5d245e3125b0050c317f67eb6a83.tar.bz2
podman-d45528cb296f5d245e3125b0050c317f67eb6a83.zip
Update vendor to containers/common v0.8.2
This will fix a couple of issues caused by the move to containers.conf If a libpod.conf file still exists, we will ignore its events_logger definition and use "file" If you are running rootless on cgroupsV1 we will default to host cgroupns. Signed-off-by: Daniel J Walsh <dwalsh@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 08e52e83b..bf76132c6 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/containernetworking/cni v0.7.2-0.20200304161608-4fae32b84921
github.com/containernetworking/plugins v0.8.5
github.com/containers/buildah v1.14.8
- github.com/containers/common v0.8.1
+ github.com/containers/common v0.8.2
github.com/containers/conmon v2.0.14+incompatible
github.com/containers/image/v5 v5.4.3
github.com/containers/psgo v1.4.0