diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-03-09 08:59:43 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-03-09 09:02:14 +0100 |
commit | d175fbfdb460315d2a3f8b0c679101b604411ef8 (patch) | |
tree | 1ed04ad580cedd290a630a22351e21f7f36888a7 /go.mod | |
parent | 789d579bc43cab0a179a17276478100b4b80e6fc (diff) | |
download | podman-d175fbfdb460315d2a3f8b0c679101b604411ef8.tar.gz podman-d175fbfdb460315d2a3f8b0c679101b604411ef8.tar.bz2 podman-d175fbfdb460315d2a3f8b0c679101b604411ef8.zip |
vendor buildah@v1.19.8
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/checkpoint-restore/go-criu v0.0.0-20190109184317-bdb7599cd87b github.com/containernetworking/cni v0.8.1 github.com/containernetworking/plugins v0.9.1 - github.com/containers/buildah v1.19.7 + github.com/containers/buildah v1.19.8 github.com/containers/common v0.35.0 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.10.2 |