diff options
author | Matthew Heon <mheon@redhat.com> | 2020-08-25 13:06:00 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-08-25 13:06:00 -0400 |
commit | b7828b7ce4d29e22708ff6886015ef6e832d91ba (patch) | |
tree | 1a41316c41c97c9fff3e2ceb503f23ce16c63065 /go.sum | |
parent | ab4283c5a66deb2b8f45c9d55077a9efabe22613 (diff) | |
download | podman-b7828b7ce4d29e22708ff6886015ef6e832d91ba.tar.gz podman-b7828b7ce4d29e22708ff6886015ef6e832d91ba.tar.bz2 podman-b7828b7ce4d29e22708ff6886015ef6e832d91ba.zip |
Update c/storage to v1.20.3
This includes an important patch to fix a CI issue where the
cleanup process's unmount of a container was not being
registered by `podman system service`.
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,6 +88,8 @@ github.com/containers/psgo v1.5.1/go.mod h1:2ubh0SsreMZjSXW1Hif58JrEcFudQyIy9EzP github.com/containers/storage v1.19.1/go.mod h1:KbXjSwKnx17ejOsjFcCXSf78mCgZkQSLPBNTMRc3XrQ= github.com/containers/storage v1.20.2 h1:tw/uKRPDnmVrluIzer3dawTFG/bTJLP8IEUyHFhltYk= github.com/containers/storage v1.20.2/go.mod h1:oOB9Ie8OVPojvoaKWEGSEtHbXUAs+tSyr7RO7ZGteMc= +github.com/containers/storage v1.20.3 h1:OB2Vo4SidUGgfSCPyBMskkXEtE5Wqxy5k5cdyezQUpw= +github.com/containers/storage v1.20.3/go.mod h1:L21V7HElfNsMeMdif5JdxtCvzS8LKKhv4movqpFbiOk= github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-iptables v0.4.5 h1:DpHb9vJrZQEFMcVLFKAAGMUVX0XoRC0ptCthinRYm38= |