diff options
author | Paul Holzinger <pholzing@redhat.com> | 2021-10-01 16:41:55 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2021-10-01 16:41:55 +0200 |
commit | cd4e10fdf93009f8ecba5f0c82c1c2a4a46f3e4f (patch) | |
tree | 66561f95ca0f64e3b469f27cf74a21e65fa336cc /go.mod | |
parent | 148c9d6ccf084e495f24cf2a80c25ae183e232f4 (diff) | |
download | podman-cd4e10fdf93009f8ecba5f0c82c1c2a4a46f3e4f.tar.gz podman-cd4e10fdf93009f8ecba5f0c82c1c2a4a46f3e4f.tar.bz2 podman-cd4e10fdf93009f8ecba5f0c82c1c2a4a46f3e4f.zip |
[v3.4] bump c/common to v0.44.3
This fixes a bug where podman machine could create a broken config file.
Fixes #11824
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v0.8.1 github.com/containernetworking/plugins v0.9.1 github.com/containers/buildah v1.23.1 - github.com/containers/common v0.44.2 + github.com/containers/common v0.44.3 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.16.0 github.com/containers/ocicrypt v1.1.2 |