moby--moby/libnetwork/vendor/golang.org/x/crypto
Sebastiaan van Stijn f864421ead bump docker/docker to master and unfork dependencies
This patch updates all dependencies to match what is
used in moby/moby. Making the dependencies match
what is used in that repository makes sure we test
with the same version as libnetwork is later built
with in moby.

This also gets rid of some temporary forks that were
needed during the migration of Sirupsen/logrus to
sirupsen/logrus.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-10-25 17:26:25 +02:00
..
curve25519 bump docker/docker to master and unfork dependencies 2017-10-25 17:26:25 +02:00
ssh/terminal bump docker/docker to master and unfork dependencies 2017-10-25 17:26:25 +02:00
LICENSE bump docker/docker to master and unfork dependencies 2017-10-25 17:26:25 +02:00
PATENTS bump docker/docker to master and unfork dependencies 2017-10-25 17:26:25 +02:00
README.md bump docker/docker to master and unfork dependencies 2017-10-25 17:26:25 +02:00

README.md

Go Cryptography

This repository holds supplementary Go cryptography libraries.

Download/Install

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.

Report Issues / Send Patches

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.