diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-09-15 09:48:04 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-09-15 09:48:04 +0200 |
commit | ba3168027282b56b1164d0ecbb603c6f123d9958 (patch) | |
tree | 5f4e23d6f662e62e00f9a6e23097f313dced3092 | |
parent | 5c47a331ba768d57ef94b9595415500f4e911964 (diff) | |
download | podman-ba3168027282b56b1164d0ecbb603c6f123d9958.tar.gz podman-ba3168027282b56b1164d0ecbb603c6f123d9958.tar.bz2 podman-ba3168027282b56b1164d0ecbb603c6f123d9958.zip |
vendor github.com/containers/image/v5@v5.6.0
No code changes as we vendored a pre-release commit.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | vendor/modules.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ require ( github.com/containers/buildah v1.16.1 github.com/containers/common v0.22.0 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.5.2 + github.com/containers/image/v5 v5.6.0 github.com/containers/psgo v1.5.1 github.com/containers/storage v1.23.5 github.com/coreos/go-systemd/v22 v22.1.0 diff --git a/vendor/modules.txt b/vendor/modules.txt index ffd90f5a5..9959c9efb 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -99,7 +99,7 @@ github.com/containers/common/pkg/sysinfo github.com/containers/common/version # github.com/containers/conmon v2.0.20+incompatible github.com/containers/conmon/runner/config -# github.com/containers/image/v5 v5.5.2 => github.com/containers/image/v5 v5.5.2-0.20200902171422-1c313b2d23e0 +# github.com/containers/image/v5 v5.6.0 => github.com/containers/image/v5 v5.5.2-0.20200902171422-1c313b2d23e0 github.com/containers/image/v5/copy github.com/containers/image/v5/directory github.com/containers/image/v5/directory/explicitfilepath |