diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-22 19:39:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-22 19:39:55 +0200 |
commit | 69f74f13b0d041c45bc0e0c77c6c4ee3cd4cbdd4 (patch) | |
tree | 1827aae8a3516e3bc9095418d4923d78cddf66a1 /go.mod | |
parent | ab7b47ca60da11f9e24688cfe2ae3d00eb123471 (diff) | |
parent | c1b792c1e0326b95e1d37733731f2d8a130bebbd (diff) | |
download | podman-69f74f13b0d041c45bc0e0c77c6c4ee3cd4cbdd4.tar.gz podman-69f74f13b0d041c45bc0e0c77c6c4ee3cd4cbdd4.tar.bz2 podman-69f74f13b0d041c45bc0e0c77c6c4ee3cd4cbdd4.zip |
Merge pull request #3598 from vrothberg/update-image
vendor github.com/containers/image@v2.0.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( github.com/containernetworking/cni v0.7.1 github.com/containernetworking/plugins v0.8.1 github.com/containers/buildah v1.9.0 - github.com/containers/image v2.0.0+incompatible + github.com/containers/image v2.0.1+incompatible github.com/containers/psgo v1.3.1 github.com/containers/storage v1.12.13 github.com/coreos/bbolt v1.3.3 // indirect |