diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-05 18:14:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 18:14:53 +0100 |
commit | fc0673f5612368e0d90173bb061f4b257d08b885 (patch) | |
tree | 2a7146aa7fd8b18190523eb2211d90c61e97fac8 /go.mod | |
parent | 107fd64970faa5870a4c23c971f5061e57b99067 (diff) | |
parent | baec9f3b10faa4f319b92549ea460aba0af91a4d (diff) | |
download | podman-fc0673f5612368e0d90173bb061f4b257d08b885.tar.gz podman-fc0673f5612368e0d90173bb061f4b257d08b885.tar.bz2 podman-fc0673f5612368e0d90173bb061f4b257d08b885.zip |
Merge pull request #5062 from vrothberg/update-image
vendor github.com/containers/image/v5@v5.2.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/plugins v0.8.5 github.com/containers/buildah v1.13.1 github.com/containers/conmon v2.0.10+incompatible - github.com/containers/image/v5 v5.1.0 + github.com/containers/image/v5 v5.2.0 github.com/containers/psgo v1.4.0 github.com/containers/storage v1.15.8 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f @@ -45,6 +45,7 @@ require ( github.com/json-iterator/go v1.1.9 github.com/mrtazz/checkmake v0.0.0-20191009095831-03dd76b964dd // indirect github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 + github.com/mtrmac/gpgme v0.1.2 // indirect github.com/olekukonko/tablewriter v0.0.4 // indirect github.com/onsi/ginkgo v1.11.0 github.com/onsi/gomega v1.9.0 |