diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-03 16:25:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 16:25:23 +0000 |
commit | daf51eafee84f04cf1657e99ffc079b5fc3687f8 (patch) | |
tree | 82bb383020f9d4f4d7d0b4d953cd1bbffd041526 /go.mod | |
parent | 2cc32742898843fc35d5aae3bf787f2221795735 (diff) | |
download | podman-daf51eafee84f04cf1657e99ffc079b5fc3687f8.tar.gz podman-daf51eafee84f04cf1657e99ffc079b5fc3687f8.tar.bz2 podman-daf51eafee84f04cf1657e99ffc079b5fc3687f8.zip |
Bump github.com/containers/image/v5 from 5.19.0 to 5.19.1
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.19.0 to 5.19.1.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](https://github.com/containers/image/compare/v5.19.0...v5.19.1)
---
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.24.0 github.com/containers/common v0.47.2 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.19.0 + github.com/containers/image/v5 v5.19.1 github.com/containers/ocicrypt v1.1.2 github.com/containers/psgo v1.7.2 github.com/containers/storage v1.38.2 |