diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-17 16:43:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 16:43:06 -0400 |
commit | 7b5073b46e4ba3914ce526fa60ef91346f50f577 (patch) | |
tree | b731cc3ed3b7c407a23ea2235e65eb429925d9c7 /go.mod | |
parent | a76bf114d1a408cb3bbcd3c642805d1bf13b07c0 (diff) | |
parent | fde8040faabbaf6eac24a28a60631cd4b3337e91 (diff) | |
download | podman-7b5073b46e4ba3914ce526fa60ef91346f50f577.tar.gz podman-7b5073b46e4ba3914ce526fa60ef91346f50f577.tar.bz2 podman-7b5073b46e4ba3914ce526fa60ef91346f50f577.zip |
Merge pull request #6655 from TomSweeneyRedHat/dev/tsweeney/b1_15_0
Bump Buildah to v1.15.0
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.20200523094741-de0f541d9224 + github.com/containers/buildah v1.15.0 github.com/containers/common v0.14.0 github.com/containers/conmon v2.0.18+incompatible github.com/containers/image/v5 v5.5.1 |