diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-06-17 06:10:24 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-06-17 06:10:24 -0400 |
commit | 8090445762f4a8c3c26da7b30eaa0670c04ca3f4 (patch) | |
tree | fd2f609b84f910b532b0db20a1e4e7d3fa924398 /go.mod | |
parent | c936d1e61154b6826e9d8df46e9660aba6c86cfe (diff) | |
download | podman-8090445762f4a8c3c26da7b30eaa0670c04ca3f4.tar.gz podman-8090445762f4a8c3c26da7b30eaa0670c04ca3f4.tar.bz2 podman-8090445762f4a8c3c26da7b30eaa0670c04ca3f4.zip |
vendor in latests containers/image
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ require ( github.com/containers/buildah v1.26.1-0.20220609225314-e66309ebde8c github.com/containers/common v0.48.1-0.20220608111710-dbecabbe82c9 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.21.2-0.20220520105616-e594853d6471 - github.com/containers/ocicrypt v1.1.4-0.20220428134531-566b808bdf6f + github.com/containers/image/v5 v5.21.2-0.20220617075545-929f14a56f5c + github.com/containers/ocicrypt v1.1.5 github.com/containers/psgo v1.7.2 github.com/containers/storage v1.41.1-0.20220616120034-7df64288ef35 github.com/coreos/go-systemd/v22 v22.3.2 |