diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-09-30 14:20:17 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-09-30 14:20:17 +0200 |
commit | ee2b61bffa324f163a1c5eaf0f8d9a4d09047113 (patch) | |
tree | 76e9d12ad3305306171d5ea1aebc6a7c08802097 /go.mod | |
parent | 01b7af8ee9b3df1439c4da109ba11e7410108dab (diff) | |
download | podman-ee2b61bffa324f163a1c5eaf0f8d9a4d09047113.tar.gz podman-ee2b61bffa324f163a1c5eaf0f8d9a4d09047113.tar.bz2 podman-ee2b61bffa324f163a1c5eaf0f8d9a4d09047113.zip |
update c/storage to v1.13.4
* Update generated files
* ImageBigData: distinguish between no-such-image and no-such-item
* ImageSize: don't get tripped up by images with no layers
* tarlogger: disable raw accouting
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
@@ -17,7 +17,7 @@ require ( github.com/containers/conmon v0.3.0 // indirect github.com/containers/image v3.0.2+incompatible github.com/containers/psgo v1.3.1 - github.com/containers/storage v1.13.3 + github.com/containers/storage v1.13.4 github.com/coreos/bbolt v1.3.3 // indirect github.com/coreos/etcd v3.3.13+incompatible // indirect github.com/coreos/go-iptables v0.4.2 // indirect |