diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-02-19 14:55:41 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-02-19 14:55:41 +0100 |
commit | c1f8765dbb32a3daab82c8d1cf78f73f222cdb7d (patch) | |
tree | 65267063eb5cac7757d011de91471bda0120aff0 /go.mod | |
parent | 7e286bc430ea50b72e972e48626298ac2e1f258a (diff) | |
download | podman-c1f8765dbb32a3daab82c8d1cf78f73f222cdb7d.tar.gz podman-c1f8765dbb32a3daab82c8d1cf78f73f222cdb7d.tar.bz2 podman-c1f8765dbb32a3daab82c8d1cf78f73f222cdb7d.zip |
vendor c/image v5.10.3
* place shortnames in ~/.cache not ~/.config/.cache
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,10 +13,10 @@ require ( github.com/containers/buildah v1.19.4 github.com/containers/common v0.33.4 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.10.2 + github.com/containers/image/v5 v5.10.3 github.com/containers/ocicrypt v1.0.3 github.com/containers/psgo v1.5.2 - github.com/containers/storage v1.24.6 + github.com/containers/storage v1.24.8 github.com/coreos/go-systemd/v22 v22.1.0 github.com/cri-o/ocicni v0.2.1-0.20201204103948-b6cbe99b9756 github.com/cyphar/filepath-securejoin v0.2.2 |