diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-04-10 08:52:21 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-04-10 08:56:27 -0400 |
commit | daca146f9d286d9e89fb96d46831f3183ae9dbd6 (patch) | |
tree | 0e38a7aa145157cb80100c4f922100cfbdde1a52 /go.mod | |
parent | 2a8db9d17c5dd762366fe7c90304e76337e5d668 (diff) | |
download | podman-daca146f9d286d9e89fb96d46831f3183ae9dbd6.tar.gz podman-daca146f9d286d9e89fb96d46831f3183ae9dbd6.tar.bz2 podman-daca146f9d286d9e89fb96d46831f3183ae9dbd6.zip |
build(deps): bump github.com/containers/buildah from 1.14.7 to 1.14.8
Bumps [github.com/containers/buildah](https://github.com/containers/buildah) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/containers/buildah/releases)
- [Changelog](https://github.com/containers/buildah/blob/master/CHANGELOG.md)
- [Commits](https://github.com/containers/buildah/compare/v1.14.7...v1.14.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 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.7 + github.com/containers/buildah v1.14.8 github.com/containers/common v0.8.1 github.com/containers/conmon v2.0.14+incompatible github.com/containers/image/v5 v5.4.3 |