diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-12-05 06:27:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-05 06:27:15 -0800 |
commit | 813b00e439c4cb200dc02f57ebcf889c6f5afe5b (patch) | |
tree | e010e1b31281e3c0b4127c13f0cfc62b64629d07 /go.mod | |
parent | bc40282aec08b71719c55dc9416f776868ef9f62 (diff) | |
parent | 5851dacc32b49d680b153cd6e52d2ea82a8eb036 (diff) | |
download | podman-813b00e439c4cb200dc02f57ebcf889c6f5afe5b.tar.gz podman-813b00e439c4cb200dc02f57ebcf889c6f5afe5b.tar.bz2 podman-813b00e439c4cb200dc02f57ebcf889c6f5afe5b.zip |
Merge pull request #4642 from TomSweeneyRedHat/dev/tsweeney/buildah1.11.5
Bump Buildah to v1.11.6
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.20190904153231-83439463f784 github.com/containernetworking/plugins v0.8.2 - github.com/containers/buildah v1.11.5 + github.com/containers/buildah v1.11.6 github.com/containers/conmon v2.0.2+incompatible // indirect github.com/containers/image/v5 v5.0.0 github.com/containers/psgo v1.3.2 |