git-lfs/vendor/golang.org/x/text
Chris Darroch c175fdb049 vendor,go.*: update x/crypto and x/text modules
Update the vendored golang.org/x/crypto and golang.org/x/text
modules to the latest versions, which in turn updates the vendored
copy of the golang.org/x/net and golang.org/x/sys modules.

Updating these modules' entries in vendor/modules.txt and go.{mod,sum}
means we will not be flagged by security scanners regarding either
CVE-2021-38561 or CVE-2022-27191, neither of which should actually
affect Git LFS.

The Git LFS client should not be affected by CVE-2021-38561 as it
pertains the Go x/text/language package and specifically the BCP 47
tag functions, which Git LFS does not use.

The Git LFS client should not be affected by CVE-2022-27191 as it
pertains to the Go x/crypto/ssh package and specifically a crash
vulnerability in the SSH server functions, which Git LFS does not use.

The specific commands run to perform this update were:

  go get golang.org/x/crypto@latest &&
  go get golang.org/x/text@latest &&
  go mod tidy && go mod vendor
2022-04-25 17:16:38 -07:00
..
internal vendor,go.*: update x/crypto and x/text modules 2022-04-25 17:16:38 -07:00
language vendor,go.*: update x/crypto and x/text modules 2022-04-25 17:16:38 -07:00
secure/bidirule vendor,go.*: update x/crypto and x/text modules 2022-04-25 17:16:38 -07:00
transform vendor,go.{mod,sum}: update x/net and dependencies 2021-02-08 12:45:26 -08:00
unicode vendor,go.*: update x/crypto and x/text modules 2022-04-25 17:16:38 -07:00
AUTHORS Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
CONTRIBUTORS Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
LICENSE Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
PATENTS Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00