diff options
author | Matthew Heon <mheon@redhat.com> | 2021-05-20 13:15:00 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-05-20 13:30:25 -0400 |
commit | 902507513cdddbf121cc4d2c751c9a429ffbe286 (patch) | |
tree | 9e4dac83d19bd79396bfb8a1dd79591eda6fabc4 /go.mod | |
parent | fe0595683a05c0f0307e07f0cce29f6ae0b3d310 (diff) | |
download | podman-902507513cdddbf121cc4d2c751c9a429ffbe286.tar.gz podman-902507513cdddbf121cc4d2c751c9a429ffbe286.tar.bz2 podman-902507513cdddbf121cc4d2c751c9a429ffbe286.zip |
Updated vendors of c/image, c/storage, Buildah
Last PR before 3.2.0-RC2
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,13 +11,13 @@ require ( github.com/container-orchestrated-devices/container-device-interface v0.0.0-20210325223243-f99e8b6c10b9 github.com/containernetworking/cni v0.8.1 github.com/containernetworking/plugins v0.9.1 - github.com/containers/buildah v1.20.2-0.20210504130217-903dc56408ac - github.com/containers/common v0.38.1-0.20210510140555-24645399a050 + github.com/containers/buildah v1.21.0 + github.com/containers/common v0.38.4 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.12.0 github.com/containers/ocicrypt v1.1.1 github.com/containers/psgo v1.5.2 - github.com/containers/storage v1.30.3 + github.com/containers/storage v1.31.1 github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 github.com/cri-o/ocicni v0.2.1-0.20210301205850-541cf7c703cf |