aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-08-04 15:24:29 -0400
committerNalin Dahyabhai <nalin@redhat.com>2021-08-23 17:59:42 -0400
commit6b06e9b77c8191096eeb82ac54c59b894f87da8c (patch)
treefc41fbf93803440eedd99d34d1a60c00110ce5c2 /go.mod
parentd1137664fe799bb9ca84ed9e4e0d01db6df77bad (diff)
downloadpodman-6b06e9b77c8191096eeb82ac54c59b894f87da8c.tar.gz
podman-6b06e9b77c8191096eeb82ac54c59b894f87da8c.tar.bz2
podman-6b06e9b77c8191096eeb82ac54c59b894f87da8c.zip
Switch eventlogger to journald by default
[NO TESTS NEEDED] Since we are just testing the default. 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 f64b850a1..e8cb0ed51 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/containernetworking/cni v0.8.1
github.com/containernetworking/plugins v0.9.1
github.com/containers/buildah v1.22.3
- github.com/containers/common v0.42.1
+ github.com/containers/common v0.43.0
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/image/v5 v5.15.2
github.com/containers/ocicrypt v1.1.2