diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-04-07 18:18:13 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-04-07 18:20:46 -0400 |
commit | 405bd5f49a9bf27da86d718b8cb581fbca4ee4c5 (patch) | |
tree | 93a591648b57c6f5acb9cf73ec2deb32fdc6362b /go.mod | |
parent | b4840ec0d34bd679faefe06ce52ee6cebcb8f0b5 (diff) | |
download | podman-405bd5f49a9bf27da86d718b8cb581fbca4ee4c5.tar.gz podman-405bd5f49a9bf27da86d718b8cb581fbca4ee4c5.tar.bz2 podman-405bd5f49a9bf27da86d718b8cb581fbca4ee4c5.zip |
Bump Buildah to v1.14.7
As the title says, bumping Buildah to v1.14.7
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
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 |