diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-09-11 13:34:59 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-09-11 13:37:37 -0400 |
commit | 08cc87636e456a084f6c4e70fe183bbec956b561 (patch) | |
tree | 011f74eca8389c5f5bf4c5344a86e8eb810b0628 /go.mod | |
parent | 4f040070b6e9e2213b1fb6daa1502353c90e172d (diff) | |
download | podman-08cc87636e456a084f6c4e70fe183bbec956b561.tar.gz podman-08cc87636e456a084f6c4e70fe183bbec956b561.tar.bz2 podman-08cc87636e456a084f6c4e70fe183bbec956b561.zip |
Vendor in containers/buildah 1.16.1
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
@@ -10,7 +10,7 @@ require ( github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/containernetworking/cni v0.8.0 github.com/containernetworking/plugins v0.8.7 - github.com/containers/buildah v1.15.1-0.20200813183340-0a8dc1f8064c + github.com/containers/buildah v1.16.1 github.com/containers/common v0.22.0 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.5.2 |