diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-02 08:18:09 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-10-02 05:54:32 -0400 |
commit | 9212e0499b8152097515f5b2e00ca32ab0dd9c5e (patch) | |
tree | 3b45b36308ca552451244468dc4be8fa3118096d /go.mod | |
parent | defd427503c2b36d64686b6ef327ce16810855c1 (diff) | |
download | podman-9212e0499b8152097515f5b2e00ca32ab0dd9c5e.tar.gz podman-9212e0499b8152097515f5b2e00ca32ab0dd9c5e.tar.bz2 podman-9212e0499b8152097515f5b2e00ca32ab0dd9c5e.zip |
Bump github.com/containers/buildah from 1.16.2 to 1.16.4
Bumps [github.com/containers/buildah](https://github.com/containers/buildah) from 1.16.2 to 1.16.4.
- [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.16.2...v1.16.4)
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
@@ -11,7 +11,7 @@ require ( github.com/containerd/containerd v1.4.1 // indirect github.com/containernetworking/cni v0.8.0 github.com/containernetworking/plugins v0.8.7 - github.com/containers/buildah v1.16.2 + github.com/containers/buildah v1.16.4 github.com/containers/common v0.23.0 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.6.0 |