diff options
author | Matthew Heon <mheon@redhat.com> | 2021-02-18 11:27:17 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-02-18 11:27:17 -0500 |
commit | 4b348c63785e49850b01b9101e66513c9d0f2b15 (patch) | |
tree | 72645cf313c9b00c9a50c261463a4a5ab947b031 /go.mod | |
parent | a95c1701d696d1789ec363eb61022ff6a885c5f3 (diff) | |
download | podman-4b348c63785e49850b01b9101e66513c9d0f2b15.tar.gz podman-4b348c63785e49850b01b9101e66513c9d0f2b15.tar.bz2 podman-4b348c63785e49850b01b9101e66513c9d0f2b15.zip |
Updated Buildah to v1.19.4
Signed-off-by: Matthew Heon <mheon@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.8.1 github.com/containernetworking/plugins v0.9.0 - github.com/containers/buildah v1.19.2 + github.com/containers/buildah v1.19.4 github.com/containers/common v0.33.4 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.10.2 |