diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-12-23 10:14:48 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-12-23 10:16:20 -0500 |
commit | 6dfffa92d93444cc9207e0ab68d3577347e11984 (patch) | |
tree | b2543fe361712d768812db4cb11116f124cae35e /go.mod | |
parent | fcd48db4d24f6dba4fb2652d72aa0d86e167aa0c (diff) | |
download | podman-6dfffa92d93444cc9207e0ab68d3577347e11984.tar.gz podman-6dfffa92d93444cc9207e0ab68d3577347e11984.tar.bz2 podman-6dfffa92d93444cc9207e0ab68d3577347e11984.zip |
Update containers/storage to v1.15.4
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ require ( github.com/containers/conmon v2.0.2+incompatible // indirect github.com/containers/image/v5 v5.1.0 github.com/containers/psgo v1.4.0 - github.com/containers/storage v1.15.3 + github.com/containers/storage v1.15.4 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect github.com/cri-o/ocicni v0.1.1-0.20190920040751-deac903fd99b |