diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-01 16:22:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-01 16:22:58 +0100 |
commit | 04e8bf3dba50e079278ac33b43ecc2ebb8f4a156 (patch) | |
tree | 3af7cfb4dedef5d4b57bae29fe06aba76c47633e /go.mod | |
parent | 69165fa04d9db306809a0b110491f9a572f74431 (diff) | |
parent | 2a149ad90ab3ae5b4e4128473d705d026351f0f5 (diff) | |
download | podman-04e8bf3dba50e079278ac33b43ecc2ebb8f4a156.tar.gz podman-04e8bf3dba50e079278ac33b43ecc2ebb8f4a156.tar.bz2 podman-04e8bf3dba50e079278ac33b43ecc2ebb8f4a156.zip |
Merge pull request #4405 from umohnani8/fips
Vendor in latest containers/buildah
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/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect github.com/containernetworking/cni v0.7.1 github.com/containernetworking/plugins v0.8.2 - github.com/containers/buildah v1.11.4-0.20191028173731-21b4778b359e + github.com/containers/buildah v1.11.5-0.20191031204705-20e92ffe0982 github.com/containers/image/v5 v5.0.0 github.com/containers/psgo v1.3.2 github.com/containers/storage v1.13.5 |