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.sum | |
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.sum')
-rw-r--r-- | go.sum | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -246,8 +246,9 @@ github.com/containernetworking/plugins v0.9.1 h1:FD1tADPls2EEi3flPc2OegIY1M9pUa9 github.com/containernetworking/plugins v0.9.1/go.mod h1:xP/idU2ldlzN6m4p5LmGiwRDjeJr6FLK6vuiUwoH7P8= github.com/containers/buildah v1.23.1 h1:Tpc9DsRuU+0Oofewpxb6OJVNQjCu7yloN/obUqzfDTY= github.com/containers/buildah v1.23.1/go.mod h1:4WnrN0yrA7ab0ppgunixu2WM1rlD2rG8QLJAKbEkZlQ= -github.com/containers/common v0.44.2 h1:mSzW3NFXzQO/AfaMFb2qzDFcIu+vMEncIC33B4Qaag0= github.com/containers/common v0.44.2/go.mod h1:7sdP4vmI5Bm6FPFxb3lvAh1Iktb6tiO1MzjUzhxdoGo= +github.com/containers/common v0.44.3 h1:Wx+mJT+gH/ie86JdZUmVnZwTieXw86UE6JOYuCNTV1g= +github.com/containers/common v0.44.3/go.mod h1:7sdP4vmI5Bm6FPFxb3lvAh1Iktb6tiO1MzjUzhxdoGo= github.com/containers/conmon v2.0.20+incompatible h1:YbCVSFSCqFjjVwHTPINGdMX1F6JXHGTUje2ZYobNrkg= github.com/containers/conmon v2.0.20+incompatible/go.mod h1:hgwZ2mtuDrppv78a/cOBNiCm6O0UMWGx1mu7P00nu5I= github.com/containers/image/v5 v5.16.0 h1:WQcNSzb7+ngS2cfynx0vUwhk+scpgiKlldVcsF8GPbI= |