aboutsummaryrefslogtreecommitdiff
path: root/src/vendor
AgeCommit message (Expand)Author
2021-05-05all: update vendored dependencies for Go 1.17Alexander Rakoczy
2021-05-04all: update x/crypto to pull in CL 316109Bryan C. Mills
2021-05-04cmd: update x/text to pull in CL 315571Bryan C. Mills
2021-05-03all: update x/net to pull in CL 316129Bryan C. Mills
2021-04-30cmd/go: annotate versions in vendor/modules.txtBryan C. Mills
2021-04-23cmd/vendor: get golang.org/x/tools@f946a157eefCuong Manh Le
2021-03-15all: update golang.org/x/* dependenciesEmmanuel T Odeke
2021-02-19cmd/vendor: get golang.org/x/sys@beda7e5e158Russ Cox
2020-12-10std: update golang.org/x/net to 20201209123823-ac852fbbde11Dmitri Shuralyov
2020-12-05syscall: correct CertOpenStore to expect a 0 return value on failureJason A. Donenfeld
2020-11-11all: update vendored dependencies for Go 1.16 releaseDmitri Shuralyov
2020-11-02all: update dependency on golang.org/x/sys and regenerate Windows syscallsBryan C. Mills
2020-09-30src/go.mod, net/http: update bundled and latest golang.org/x/netEmmanuel T Odeke
2020-09-25vendor, cmd/vendor: update vendored x/sys and x/netCherry Zhang
2020-09-21all: update vendored dependencies during Go 1.16 developmentDmitri Shuralyov
2020-09-05src/go.mod, net/http: update bundled and latest golang.org/x/netPaschalis Tsilias
2020-08-25src/go.mod, net/http: update bundled and latest golang.org/x/netEmmanuel T Odeke
2020-07-07all: go get golang.org/x/net@ab3426394381Russ Cox
2020-05-04all: update vendored dependencies for Go 1.15 releaseDmitri Shuralyov
2020-05-01cmd,std: update golang.org/x/net to 20200501053045-e0ff5e5a1de5Brad Fitzpatrick
2020-04-14std,cmd: update golang.org/x/crypto to v0.0.0-20200414155820-4f8f47aa7992Hana (Hyang-Ah) Kim
2020-03-09std,cmd: update x/net and github.com/google/pprofsmasher164
2020-02-19all: update module dependenciesBryan C. Mills
2020-02-01std,cmd: sync go.mod with new release branchesFilippo Valsorda
2020-01-28src/go.mod: import x/crypto/cryptobyte security fix for 32-bit archsDmitri Shuralyov
2020-01-25vendor: provide golang.org/x/sys/cpu/cpu_riscv64.goJoel Sing
2020-01-10src/go.mod: update x/crypto to drop broken poly1305 arm assemblyFilippo Valsorda
2019-12-05src/go.mod: sync golang.org/x/net with h2_bundle.goFilippo Valsorda
2019-11-13src/vendor,crypto/tls: update to latest x/crypto and use new X25519 APIFilippo Valsorda
2019-11-06src/vendor: update to latest version of netMarcel van Lohuizen
2019-11-05unicode: upgrade to Unicode 12Marcel van Lohuizen
2019-10-21vendor: re-vendor golang.org/x/net to fix Dragonfly buildTobias Klauser
2019-10-09cmd/go: automatically check and use vendored packagesBryan C. Mills
2019-08-23net/http: update bundled golang.org/x/net/http2 to import security fixFilippo Valsorda
2019-08-12src/go.mod: sync golang.org/x/net with h2_bundle.goFilippo Valsorda
2019-06-13vendor: go get -u golang.org/x/crypto && go mod vendorLynn Boger
2019-06-07net/http: support BaseContext & ConnContext for http2 ServerBrad Fitzpatrick
2019-05-30vendor: update golang.org/x/sys for aix/ppc64 fixTobias Klauser
2019-05-28src/vendor: update golang.org/x/sys to remove x/sys/unix depBrad Fitzpatrick
2019-05-16net/http: update vendored, bundled x/net/http2Brad Fitzpatrick
2019-05-09cmd/go: diagnose go.mod and vendor out of sync in std and cmdRuss Cox
2019-04-26vendor: pull in text@v0.3.2Marcel van Lohuizen
2019-04-19{,cmd/}vendor: rerun 'go mod vendor' to prune ignored filesBryan C. Mills
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-11-28vendor: update x/net/internal/nettest for aix supportTobias Klauser
2018-11-14x/net/route: use libc calls on DarwinKeith Randall
2018-11-02crypto/tls: implement TLS 1.3 cryptographic computationsFilippo Valsorda
2018-10-05vendor: update golang_org/x/net/route from upstreamMikio Hara