summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-17 19:29:15 +0000
committerGitHub <noreply@github.com>2021-08-17 19:29:15 +0000
commitc1b7787a2829c39c9ab315b16a2a1e5bf65ca003 (patch)
tree91dc36145f30f1d6cf5d6b028fcc6575024d3349 /go.mod
parenta7a55ea7fb18bdcda8c310fadcacb77dd2a9e90a (diff)
downloadpodman-c1b7787a2829c39c9ab315b16a2a1e5bf65ca003.tar.gz
podman-c1b7787a2829c39c9ab315b16a2a1e5bf65ca003.tar.bz2
podman-c1b7787a2829c39c9ab315b16a2a1e5bf65ca003.zip
Bump github.com/containers/image/v5 from 5.15.0 to 5.15.1
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.15.0 to 5.15.1. - [Release notes](https://github.com/containers/image/releases) - [Commits](https://github.com/containers/image/compare/v5.15.0...v5.15.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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9750e3814..94aa23d7d 100644
--- a/go.mod
+++ b/go.mod
@@ -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.0
+ github.com/containers/image/v5 v5.15.1
github.com/containers/ocicrypt v1.1.2
github.com/containers/psgo v1.5.2
github.com/containers/storage v1.34.1