commit | adef4cc1a8c2ca4da1b1f4e6c976b59ca22dbfb8 | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Fri Oct 04 15:23:27 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Fri Oct 04 15:35:24 2024 +0000 |
tree | b9a4f62775fe5c19ea7a51397d63d60476c6e78f | |
parent | a0819fbb0244af70857f03b6984e1d4f93e6cabf [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Id321d3b5909ecb66c0311ba86008509c7895863b Reviewed-on: https://go-review.googlesource.com/c/crypto/+/617958 Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@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.