diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-19 09:19:22 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-19 05:57:00 -0400 |
commit | 8a25e6ab6e3b9c65cea23e7493975eba43997b89 (patch) | |
tree | 09b8f8fd541c0ca5d24585f79551f6ee08c73639 /go.mod | |
parent | 9d096c1c4ea5308c94f779444b61015eeef2972a (diff) | |
download | podman-8a25e6ab6e3b9c65cea23e7493975eba43997b89.tar.gz podman-8a25e6ab6e3b9c65cea23e7493975eba43997b89.tar.bz2 podman-8a25e6ab6e3b9c65cea23e7493975eba43997b89.zip |
Bump github.com/containers/image/v5 from 5.5.1 to 5.5.2
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](https://github.com/containers/image/compare/v5.5.1...v5.5.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ require ( github.com/containers/buildah v1.15.1-0.20200731151214-29f4d01c621c github.com/containers/common v0.18.0 github.com/containers/conmon v2.0.19+incompatible - github.com/containers/image/v5 v5.5.1 + github.com/containers/image/v5 v5.5.2 github.com/containers/psgo v1.5.1 github.com/containers/storage v1.23.0 github.com/coreos/go-systemd/v22 v22.1.0 |