diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-19 20:37:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 20:37:55 +0200 |
commit | e4ded37b8aead6198f290e9818b38a976c132d90 (patch) | |
tree | a03e0bfa94948532d2354ba63c70b1088c108151 /go.sum | |
parent | a1790be9cb4eb84cb354243b12084cf9a6f04e33 (diff) | |
parent | ef1c5cdc9772f5779bcdfa940b3869ae9c552c64 (diff) | |
download | podman-e4ded37b8aead6198f290e9818b38a976c132d90.tar.gz podman-e4ded37b8aead6198f290e9818b38a976c132d90.tar.bz2 podman-e4ded37b8aead6198f290e9818b38a976c132d90.zip |
Merge pull request #6194 from rhatdan/pids
vendor to containers/buildah 1.14.9
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -63,10 +63,8 @@ github.com/containernetworking/cni v0.7.2-0.20200304161608-4fae32b84921 h1:eUMd8 github.com/containernetworking/cni v0.7.2-0.20200304161608-4fae32b84921/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ61X79hmU3w8FmsY= github.com/containernetworking/plugins v0.8.5 h1:pCvEMrFf7yzJI8+/D/7jkvE96KD52b7/Eu+jpahihy8= github.com/containernetworking/plugins v0.8.5/go.mod h1:UZ2539umj8djuRQmBxuazHeJbYrLV8BSBejkk+she6o= -github.com/containers/buildah v1.14.8 h1:JbMI0QSOmyZ30Mr2633uCXAj+Fajgh/EFS9xX/Y14oQ= -github.com/containers/buildah v1.14.8/go.mod h1:ytEjHJQnRXC1ygXMyc0FqYkjcoCydqBQkOdxbH563QU= -github.com/containers/common v0.8.1 h1:1IUwAtZ4mC7GYRr4AC23cHf2oXCuoLzTUoSzIkSgnYw= -github.com/containers/common v0.8.1/go.mod h1:VxDJbaA1k6N1TNv9Rt6bQEF4hyKVHNfOfGA5L91ADEs= +github.com/containers/buildah v1.14.9 h1:4YNSgXe+KobqMyu6uiUXFu6jHqHAqpT/mnqpEEPwP9A= +github.com/containers/buildah v1.14.9/go.mod h1:dw9G+L7OAZBdcGTshqNGIrIbChPZfWd3VlBBfEFPE50= github.com/containers/common v0.8.4 h1:G9eNXQHUfZWkEOKaKDpXmDTcjVYc04K77dZe197SH44= github.com/containers/common v0.8.4/go.mod h1:VxDJbaA1k6N1TNv9Rt6bQEF4hyKVHNfOfGA5L91ADEs= github.com/containers/conmon v2.0.14+incompatible h1:knU1O1QxXy5YxtjMQVKEyCajROaehizK9FHaICl+P5Y= |