vendor: vendor dependencies

This CL was generated with these commands:

	$ dep init
	$ dep prune
	$ find vendor -name '*_test.go' -delete
	$ find vendor -name '*-api.json' -delete

These commands update the vendored code for the upspin.io repo:

	$ dep ensure -u upspin.io
	$ dep prune
	$ find vendor -name '*_test.go' -delete
	$ find vendor -name '*-api.json' -delete

Fix upspin/upspin#214

Change-Id: I7bf0d141be6be5ebf5229312a12d4daa491d4c9b
Reviewed-on: https://upspin-review.googlesource.com/15140
Reviewed-by: Rob Pike <r@golang.org>
640 files changed
tree: 34cd72fea4e5444f049890e434231d236d9878c2
  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
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 Deploying Upspin servers to Google Cloud Platform document for information about running an Upspin cluster on Google Container Engine.

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