vendor: update golang.org/x/crypto

The ACMEv1 endpoints have been EoL'd, so update the acme libraries
so that new Upspin users can set up their servers.

https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430

The update was performed with this command:
  $ dep ensure -update golang.org/x/crypto

Change-Id: I986d2e3bbaf9793f5a185d546ec6a90b6032edca
Reviewed-on: https://upspin-review.googlesource.com/c/gcp/+/19381
Reviewed-by: Eric Grosse <grosse@gmail.com>
13 files changed
tree: bcc6590f525c69e8bf0208af7eae4aaf05b09375
  1. cloud/
  2. cmd/
  3. vendor/
  4. .gitignore
  5. .travis.yml
  6. AUTHORS
  7. codereview.cfg
  8. CONDUCT.md
  9. CONTRIBUTING.md
  10. CONTRIBUTORS
  11. Gopkg.lock
  12. Gopkg.toml
  13. LICENSE
  14. PATENTS
  15. README.md
  16. vendor-update.sh
README.md

Upspin gcp repository

This repository contains support for running Upspin against Google Cloud Storage and/or Google Container Engine.

See the Setting up upspinserver document for information about running an Upspin service that stores its data in Google Cloud Storage.

See the master repository for more information about the Upspin project.