diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-07 22:24:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 22:24:31 +0200 |
commit | b4840ec0d34bd679faefe06ce52ee6cebcb8f0b5 (patch) | |
tree | 0124c5cd56f5c4ff98bf821bc8aded9a59c0f50d /go.mod | |
parent | 11c8b01e1d81008bc55fed8d6f62ce39dc5459c8 (diff) | |
parent | cfd64d3e2ca4c0f4a74e4aa695f5233fadc195d1 (diff) | |
download | podman-b4840ec0d34bd679faefe06ce52ee6cebcb8f0b5.tar.gz podman-b4840ec0d34bd679faefe06ce52ee6cebcb8f0b5.tar.bz2 podman-b4840ec0d34bd679faefe06ce52ee6cebcb8f0b5.zip |
Merge pull request #5753 from rhatdan/vendor
Bump containers/image to v5.4.3
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ require ( github.com/containers/buildah v1.14.6-0.20200402210551-e9a6703edee2 github.com/containers/common v0.8.1 github.com/containers/conmon v2.0.14+incompatible - github.com/containers/image/v5 v5.4.2 + github.com/containers/image/v5 v5.4.3 github.com/containers/psgo v1.4.0 github.com/containers/storage v1.18.2 github.com/coreos/go-systemd/v22 v22.0.0 @@ -42,7 +42,7 @@ require ( github.com/opencontainers/runc v1.0.0-rc9 github.com/opencontainers/runtime-spec v0.1.2-0.20190618234442-a950415649c7 github.com/opencontainers/runtime-tools v0.9.0 - github.com/opencontainers/selinux v1.5.0 + github.com/opencontainers/selinux v1.5.1 github.com/opentracing/opentracing-go v1.1.0 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 |