diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-18 22:16:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 22:16:23 +0100 |
commit | bd9386ddac4ef6730fbe6ce4104e80f56a48fe43 (patch) | |
tree | c2662903e46e6dd3b37e6883c38927069413ae48 /go.mod | |
parent | 464a1cd485febe782b655c0cc30db398345055f9 (diff) | |
parent | 67d0d1e509eafc43e881a6fd35baac0b1aeaa4b1 (diff) | |
download | podman-bd9386ddac4ef6730fbe6ce4104e80f56a48fe43.tar.gz podman-bd9386ddac4ef6730fbe6ce4104e80f56a48fe43.tar.bz2 podman-bd9386ddac4ef6730fbe6ce4104e80f56a48fe43.zip |
Merge pull request #5542 from rhatdan/vendor
Vendor in containers/buildah v1.14.3
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/containernetworking/cni v0.7.2-0.20200304161608-4fae32b84921 github.com/containernetworking/plugins v0.8.5 - github.com/containers/buildah v1.14.3-0.20200313154200-d26f437b2a46 + github.com/containers/buildah v1.14.3 github.com/containers/common v0.5.0 github.com/containers/conmon v2.0.10+incompatible github.com/containers/image/v5 v5.2.1 |