build: switch from dep to go modules

Use Go modules for managing dependencies instead of dep.
The motivation for this was difficulty in pruning the large set of
vendored code in this repository.

Change-Id: Ic2d90899c0844873d5bd2c60214e72996ca0d775
Reviewed-on: https://upspin-review.googlesource.com/c/gcp/+/19386
Reviewed-by: Eric Grosse <grosse@gmail.com>
529 files changed
tree: 007cbc489a70fe0bc032787c7b11f1eec2201c9c
  1. cloud/
  2. cmd/
  3. .gitignore
  4. .travis.yml
  5. AUTHORS
  6. codereview.cfg
  7. CONDUCT.md
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. go.mod
  11. go.sum
  12. Gopkg.lock
  13. Gopkg.toml
  14. LICENSE
  15. PATENTS
  16. 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 master repository for more information about the Upspin project.