commit | 22c99979527e39b0c665cb2ed3c91e30739b69e6 | [log] [tgz] |
---|---|---|
author | Heschi Kreinick <heschi@google.com> | Mon Jun 12 12:35:44 2023 -0400 |
committer | Gopher Robot <gobot@golang.org> | Mon Jun 12 17:20:30 2023 +0000 |
tree | dafbcb6a9839272bf7cd8bfe8ad9cc92d0aedfcf | |
parent | d0b316056be80e452fdae998581d0a807b8df0a8 [diff] |
go.mod: tell x repo tagging to ignore dep on net CL 475438 introduced a cycle between net and crypto. This direction is less important, so have the tagging process ignore it. Change-Id: Ie424fef0238702a5a16aba79bb60f86f39dc66eb Reviewed-on: https://go-review.googlesource.com/c/crypto/+/502595 Auto-Submit: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Heschi Kreinick <heschi@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.