commit | 0aab8d07aefab378c763e8f36aa007544a862aa9 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Mon Feb 26 09:29:18 2024 -0800 |
committer | Gopher Robot <gobot@golang.org> | Mon Feb 26 19:05:04 2024 +0000 |
tree | d0c9a1920e9e0f0b30d53a44c7f1fa8fd3dce7bd | |
parent | 5bead598a0d4042616ba0daf31d8398ff6c06eaf [diff] |
all: update go.mod x/net dependency Not necessary for anything, but need to test something harmless. Change-Id: I4faa64ef2c8f1f14df5ccaa37836fc56beed4f50 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/566917 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
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.