diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-23 06:48:18 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-23 06:48:57 -0400 |
commit | 935a716418a5b7e7b33ac0c53048d57e28b910af (patch) | |
tree | 6b8dafc6b243e96555d1dcff53ca223842eb6e30 /go.mod | |
parent | e323d3e92d618f76efe63a29ae53150c943e1fbe (diff) | |
download | podman-935a716418a5b7e7b33ac0c53048d57e28b910af.tar.gz podman-935a716418a5b7e7b33ac0c53048d57e28b910af.tar.bz2 podman-935a716418a5b7e7b33ac0c53048d57e28b910af.zip |
Vendor in latest containers/buildah
This will take a significant size away from the podman-remote executables.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/containernetworking/cni v0.7.2-0.20200304161608-4fae32b84921 github.com/containernetworking/plugins v0.8.6 - github.com/containers/buildah v1.14.9-0.20200501175434-42a48f9373d9 + github.com/containers/buildah v1.14.9-0.20200523094741-de0f541d9224 github.com/containers/common v0.11.4 github.com/containers/conmon v2.0.16+incompatible github.com/containers/image/v5 v5.4.4 |