git-lfs/vendor/golang.org/x
Chris Darroch bbdcbca83a vendor,go.{mod,sum}: update x/net and dependencies
Update the vendored golang.org/x/net module to the latest
version, which in turn updates the vendored copy of the
golang.org/x/text module to 0.3.3.  That version of x/text
includes a mitigation of CVE-2020-14040, which pertains to
processing UTF-16 data with a Byte Order Mark.

The Git LFS client should not be affected by that security
issue, since it does not open streams in UTF-16 mode, but
we update our modules to stay current with the upstream Go
sources and also to avoid being flagged by security scanners.

The specific commands run to perform this update were:
"go get golang.org/x/net@latest && go mod tidy && go mod vendor"
2021-02-08 12:45:26 -08:00
..
crypto go.mod: add SPNEGO modules 2019-12-09 15:35:53 +00:00
net vendor,go.{mod,sum}: update x/net and dependencies 2021-02-08 12:45:26 -08:00
sync go.mod: add semaphore package 2019-01-15 18:53:09 +00:00
sys vendor,go.{mod,sum}: update x/net and dependencies 2021-02-08 12:45:26 -08:00
text vendor,go.{mod,sum}: update x/net and dependencies 2021-02-08 12:45:26 -08:00