commit | 5bcd010f1cdaf2257509bfb7b43eaad62b7928fd | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Tue Aug 06 15:29:05 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue Aug 06 15:38:17 2024 +0000 |
tree | 09d1e060a70cfe7e0c2bfc8b60e30c442aa671a0 | |
parent | 3375612bf41a8cdb0cdfdc21e6ca2c7ae0f764b5 [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Iae75e5fcbcfe3709820dd66638a763f662f8d939 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/603396 Auto-Submit: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: David Chase <drchase@google.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.