diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-12-10 17:06:16 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-12-11 11:17:36 +0100 |
commit | 1f155bca834d3db105c4f4753690c17b502c3b91 (patch) | |
tree | 2b97c541247992789f71c7d42cc51f0ae9e45777 /go.mod | |
parent | 28029fbc619876e50ab5a44536cb091b1dacb7b8 (diff) | |
download | podman-1f155bca834d3db105c4f4753690c17b502c3b91.tar.gz podman-1f155bca834d3db105c4f4753690c17b502c3b91.tar.bz2 podman-1f155bca834d3db105c4f4753690c17b502c3b91.zip |
[1.6] bump c/storage to v1.13.6
Signed-off-by: Valentin Rothberg <rothberg@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/buildah v1.11.5-0.20191031204705-20e92ffe0982 github.com/containers/image/v5 v5.0.0 github.com/containers/psgo v1.3.2 - github.com/containers/storage v1.13.5 + github.com/containers/storage v1.13.6 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.20190702175919-7762645d18ca |