diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-08 21:18:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 21:18:26 +0200 |
commit | 9938557a53ed6599267ed1f8c0b6378499ab8e28 (patch) | |
tree | 1b4c4709345dc28f51cb40455c0f8122eca1f097 /go.mod | |
parent | b5e5730f0c2459546a72129f0908618b38f0a975 (diff) | |
parent | 346c7fda6951361837d146644cd9f751599fc29d (diff) | |
download | podman-9938557a53ed6599267ed1f8c0b6378499ab8e28.tar.gz podman-9938557a53ed6599267ed1f8c0b6378499ab8e28.tar.bz2 podman-9938557a53ed6599267ed1f8c0b6378499ab8e28.zip |
Merge pull request #10594 from containers/dependabot/go_modules/github.com/containers/buildah-1.21.1
Bump github.com/containers/buildah from 1.21.0 to 1.21.1
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/container-orchestrated-devices/container-device-interface v0.0.0-20210325223243-f99e8b6c10b9 github.com/containernetworking/cni v0.8.1 github.com/containernetworking/plugins v0.9.1 - github.com/containers/buildah v1.21.0 + github.com/containers/buildah v1.21.1 github.com/containers/common v0.39.1-0.20210527140106-e5800a20386a github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.12.0 |