diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-08-22 09:53:12 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-08-28 14:28:18 -0400 |
commit | 502536fe07cf858757f1e358cfb91dc02facf546 (patch) | |
tree | 74e07740f76df88ae5a8cfcfd9d1e4fbc93ce18a /go.mod | |
parent | bdf9e568134c37f02f662080cfe32f7ca98710c9 (diff) | |
download | podman-502536fe07cf858757f1e358cfb91dc02facf546.tar.gz podman-502536fe07cf858757f1e358cfb91dc02facf546.tar.bz2 podman-502536fe07cf858757f1e358cfb91dc02facf546.zip |
Update buildah to current master
Vendor some changes to parsing code that we need for Podman.
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ 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.10.1 + github.com/containers/buildah v1.8.4-0.20190821140209-376e52ee0142 github.com/containers/conmon v0.3.0 // indirect github.com/containers/image v3.0.2+incompatible github.com/containers/psgo v1.3.1 |