Commit Graph

5 Commits

Author SHA1 Message Date
brian m. carlson
78bb9fa275
Vendor dependencies 2021-11-15 14:59:20 +00:00
Ondřej Pohořelský
06765e4305 update x/text and dependencies
Update x/text to v0.3.5 that fixes CVE-2020-28852.

The specific commands used for this update:
"go get golang.org/x/text@latest && go mod tidy && go mod vendor"
2021-03-29 11:44:13 +02:00
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
brian m. carlson
1db5cb2b44
Fix vendoring for Go 1.13
Run "make vendor" to update all the required vendor paths.
2019-09-11 18:23:56 +00:00
Lilah Ingvaldsen
b45e832572 Vendor golang.org/x/net dependency
Vendor the `golang.org/x/net` dependency. This will be used in a
future commit to add HTTP/2 transport support.

Note that due to the way go modules work, the `golang.org/x/sys`
dependency was updated as well when running `make vendor`.
2019-08-27 10:24:20 -07:00