git-lfs/vendor/golang.org/x
Chris Darroch 82966f13c0 vendor,go.*: update x/crypto and dependencies
Update the vendored golang.org/x/crypto module to the
latest version, which in turn updates the vendored copy
of the x/sys module.

While the portions of x/crypto vendored into this project do
not actually change at all, updating the module's entry in
vendor/modules.txt and go.{mod,sum} means we will not be
flagged by security scanners regarding CVE-2020-29652 in the
x/crypto/ssh library code.

The Git LFS client should not be affected by that security
issue, since we do not use the ssh component of the x/crypto
module.

The specific commands run to perform this update were:

  go get golang.org/x/crypto@latest &&
  go mod tidy && go mod vendor
2021-11-15 15:09:41 -08:00
..
crypto go.mod: add SPNEGO modules 2019-12-09 15:35:53 +00:00
net Bump transitive dependencies 2021-05-17 17:41:41 +00:00
sync go.mod: update golang.org/x/ modules for Go 1.16 2021-03-17 16:54:05 +00:00
sys vendor,go.*: update x/crypto and dependencies 2021-11-15 15:09:41 -08:00
text Vendor dependencies 2021-11-15 14:59:20 +00:00