Commit Graph

5 Commits

Author SHA1 Message Date
Lokesh Mandvekar 55e2081cc9
Bump golang.org/x/crypto to 7b82a4e
Resolves: GHSA-8c26-wmh5-6g9v - CVE-2022-27191

Buildah doesn't seem to be directly affected as the logic in question
is not called.

golang.org/x/crypto@1baeb1ce contains the actual CVE fix. Using the
latest upstream commit to also include support for SHA-2.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2022-04-12 14:11:44 -04:00
Miloslav Trmač e29f8dc4f7
Run (make vendor)
... now that its (go mod vendor) works again.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-04-08 16:29:12 -04:00
Nalin Dahyabhai 542d25a573 Vendor github.com/onsi/ginkgo and github.com/onsi/gomega
Add github.com/onsi/ginkgo and github.com/onsi/gomega to the set of
packages that we vendor, since 'go vet' cares about our tests importing
them.  Revendor golang.org/x/net and golang.org/x/text to add new
subpackages that they require.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>

Closes: #711
Approved by: rhatdan
2018-05-21 19:31:58 +00:00
Nalin Dahyabhai 9516d58c56 Start to vendor docker, update other deps
Drop back to a slightly older version of the runtime spec.
Vendor github.com/docker/docker to get type definitions.
Switch to the containers version of storage.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-02-02 18:32:00 -05:00
Nalin Dahyabhai 931372925b Include our vendored dependencies
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-01-28 05:59:37 +01:00