diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-09 04:16:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 04:16:30 -0500 |
commit | 58810fbfbb1ed37fe05e641887217ee781e31351 (patch) | |
tree | bc9af98e3debada941cd025dfbb7a3ac490c6706 /go.mod | |
parent | 19507d0ffe8cda0a69f056838556f471fd9e61fa (diff) | |
parent | 45981ba29ae75ec328bfd14018ec4ada52e7f189 (diff) | |
download | podman-58810fbfbb1ed37fe05e641887217ee781e31351.tar.gz podman-58810fbfbb1ed37fe05e641887217ee781e31351.tar.bz2 podman-58810fbfbb1ed37fe05e641887217ee781e31351.zip |
Merge pull request #9272 from rhatdan/VENDOR
Bump containers/buildah to v1.19.4
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.1 github.com/containernetworking/plugins v0.9.0 - github.com/containers/buildah v1.19.3 + github.com/containers/buildah v1.19.4 github.com/containers/common v0.34.3-0.20210208115708-8668c76dd577 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.10.1 |