commit | 1eadac50a566dfaa1b603ca15e8ad3cbd1c77b20 | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Mon Nov 27 15:56:14 2023 +0000 |
committer | Gopher Robot <gobot@golang.org> | Mon Nov 27 16:00:28 2023 +0000 |
tree | f3dd8e7bf4fa5c1d37aea4d8c0a1f6e035a780aa | |
parent | b2d7c26edb17864f117d8b0ee73c1843bcc6090f [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I7fdfe509173c79a63d006b27d674f869a5baa2af Reviewed-on: https://go-review.googlesource.com/c/crypto/+/545098 Reviewed-by: Heschi Kreinick <heschi@google.com> 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>
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.