diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-08 12:44:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 12:44:24 +0200 |
commit | 522dcd604edb6630b06ce1e2184ef11c0ea889f0 (patch) | |
tree | c2feee14fbd752a022c24047b2dd66de42dd31f5 /go.mod | |
parent | 878570bf70c124b738f818171d681d8c737797da (diff) | |
parent | 405bd5f49a9bf27da86d718b8cb581fbca4ee4c5 (diff) | |
download | podman-522dcd604edb6630b06ce1e2184ef11c0ea889f0.tar.gz podman-522dcd604edb6630b06ce1e2184ef11c0ea889f0.tar.bz2 podman-522dcd604edb6630b06ce1e2184ef11c0ea889f0.zip |
Merge pull request #5756 from TomSweeneyRedHat/dev/tsweeney/buildahv1.14.7
Bump Buildah to v1.14.7
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,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.5 - github.com/containers/buildah v1.14.6-0.20200402210551-e9a6703edee2 + github.com/containers/buildah v1.14.7 github.com/containers/common v0.8.1 github.com/containers/conmon v2.0.14+incompatible github.com/containers/image/v5 v5.4.3 @@ -55,6 +55,7 @@ require ( github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 github.com/uber/jaeger-client-go v2.22.1+incompatible github.com/uber/jaeger-lib v2.2.0+incompatible // indirect + github.com/urfave/cli v1.22.1 // indirect github.com/varlink/go v0.0.0-20190502142041-0f1d566d194b github.com/vishvananda/netlink v1.1.0 go.etcd.io/bbolt v1.3.4 |