diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-09 14:56:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 14:56:12 -0500 |
commit | 8600c3b8e2436d73c7c13deb0da869b7f35069ea (patch) | |
tree | e59dc20fd673390fe859e7ea0d48ade93aad0485 /go.mod | |
parent | cd8a061214347c8a148f1ce682bec66a31a4bc6a (diff) | |
parent | 68414537c1575f75147bcab1bda35593acea9ac3 (diff) | |
download | podman-8600c3b8e2436d73c7c13deb0da869b7f35069ea.tar.gz podman-8600c3b8e2436d73c7c13deb0da869b7f35069ea.tar.bz2 podman-8600c3b8e2436d73c7c13deb0da869b7f35069ea.zip |
Merge pull request #9288 from vrothberg/vendor-image
vendor github.com/containers/image v5.10.2
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.19.4 github.com/containers/common v0.34.3-0.20210208115708-8668c76dd577 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.10.1 + github.com/containers/image/v5 v5.10.2 github.com/containers/ocicrypt v1.1.0 github.com/containers/psgo v1.5.2 github.com/containers/storage v1.25.0 |