diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-07-16 11:26:37 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-07-16 11:26:37 +0200 |
commit | cb7016224972b477913ad90a2bce9647387520d6 (patch) | |
tree | 1f2cdcc9f1e6e7be753f8307da5fe729f27715a1 /go.mod | |
parent | 2eea7fefb4acf9ca16a7f03b812551b4072225e4 (diff) | |
download | podman-cb7016224972b477913ad90a2bce9647387520d6.tar.gz podman-cb7016224972b477913ad90a2bce9647387520d6.tar.bz2 podman-cb7016224972b477913ad90a2bce9647387520d6.zip |
vendor containers/buildah@v1.21.3
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
@@ -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.3 github.com/containers/common v0.38.15 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.12.0 |