diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-19 12:28:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 12:28:10 +0000 |
commit | 82bb999e3651dd234beb73f7dd8c68769a633501 (patch) | |
tree | e6069a492217adcfff7e2b5a47869c342f044c95 /go.mod | |
parent | 23804d95f6589eca37e7cdcfcfaeb1e63e47b209 (diff) | |
download | podman-82bb999e3651dd234beb73f7dd8c68769a633501.tar.gz podman-82bb999e3651dd234beb73f7dd8c68769a633501.tar.bz2 podman-82bb999e3651dd234beb73f7dd8c68769a633501.zip |
Bump github.com/containers/image/v5 from 5.15.1 to 5.15.2
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.15.1 to 5.15.2.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](https://github.com/containers/image/compare/v5.15.1...v5.15.2)
---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ require ( github.com/containers/buildah v1.22.0 github.com/containers/common v0.42.1 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.15.1 + github.com/containers/image/v5 v5.15.2 github.com/containers/ocicrypt v1.1.2 github.com/containers/psgo v1.5.2 github.com/containers/storage v1.34.1 |