commit | e6e6c4f2bb5b5887c7f7dd52f01ea7b2fbeb297d | [log] [tgz] |
---|---|---|
author | Radek Simko <radek.simko@gmail.com> | Sat Mar 13 20:41:29 2021 +0000 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Sun Mar 14 15:42:23 2021 +0000 |
tree | 6945c39d3c275e7d711e845c30ae258a2b3782ff | |
parent | 5ea612d1eb830b38bc4e914e37f55311eb58adce [diff] |
go.mod: bump golang.org/x/net to e18ecbb05110 This upgrades golang.org/x/net to the latest revision which itself depends on (upgraded) golang.org/x/text v0.3.3 which in turn addresses CVE-2020-14040. Change-Id: I67bd552f4a7ce3392bb9dfde28af4b99a2525c54 GitHub-Last-Rev: 34e9c2c16b3fafab8669adccfec6cf05c86cc1dd GitHub-Pull-Request: golang/crypto#157 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/259778 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Trust: Emmanuel Odeke <emmanuel@orijtech.com>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.