summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2020-06-17 15:32:12 -0400
committerTomSweeneyRedHat <tsweeney@redhat.com>2020-06-17 15:32:22 -0400
commitfde8040faabbaf6eac24a28a60631cd4b3337e91 (patch)
treeeed5fe6373c7c2d4d82672f521f52185121577e8 /go.mod
parentfd184fa4a1d0bd7797de1fb062c90e1a6d56bd1e (diff)
downloadpodman-fde8040faabbaf6eac24a28a60631cd4b3337e91.tar.gz
podman-fde8040faabbaf6eac24a28a60631cd4b3337e91.tar.bz2
podman-fde8040faabbaf6eac24a28a60631cd4b3337e91.zip
Bump Buildah to v1.15.0
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9a08a0ef2..f0f630b4e 100644
--- a/go.mod
+++ b/go.mod
@@ -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