diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-08 23:17:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 23:17:16 +0200 |
commit | 202eadef2cd46f3a74075a6cfe4e4064d0e14a63 (patch) | |
tree | ddc9ac4270eec6021bde3eb18aa79a49bab8f172 /go.mod | |
parent | e74957234a6f6bca47c68fd5365a39c77cdbbf3c (diff) | |
parent | 711474d92e4a5c378d818a14445893c6349b40a3 (diff) | |
download | podman-202eadef2cd46f3a74075a6cfe4e4064d0e14a63.tar.gz podman-202eadef2cd46f3a74075a6cfe4e4064d0e14a63.tar.bz2 podman-202eadef2cd46f3a74075a6cfe4e4064d0e14a63.zip |
Merge pull request #3765 from TomSweeneyRedHat/dev/tsweeney/buildahvendor
Vendor Buildah 1.10.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -13,11 +13,11 @@ require ( github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect github.com/containernetworking/cni v0.7.1 github.com/containernetworking/plugins v0.8.1 - github.com/containers/buildah v1.9.2 + github.com/containers/buildah v1.10.1 github.com/containers/conmon v0.3.0 // indirect - github.com/containers/image v2.0.1+incompatible + github.com/containers/image v3.0.2+incompatible github.com/containers/psgo v1.3.1 - github.com/containers/storage v1.12.16 + github.com/containers/storage v1.13.1 github.com/coreos/bbolt v1.3.3 // indirect github.com/coreos/etcd v3.3.13+incompatible // indirect github.com/coreos/go-iptables v0.4.1 @@ -91,7 +91,6 @@ require ( github.com/ugorji/go v1.1.5-pre // indirect github.com/ulikunitz/xz v0.5.6 // indirect github.com/varlink/go v0.0.0-20190502142041-0f1d566d194b - github.com/vbauerster/mpb v3.4.0+incompatible // indirect github.com/vishvananda/netlink v1.0.0 github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect go.etcd.io/bbolt v1.3.3 // indirect |