build: update cloud.google.com/go to v0.49.0

Update the version of the Google Cloud SDK that we use here.
The old version, v0.15.0, was very out of date and relies on some APIs
that are soon to be deprecated.

This was done with these commands:
	$ go get -u cloud.google.com/go
	$ go mod tidy

Change-Id: I7d5683d00596dde16a5827cd9783cfef955f06f4
Reviewed-on: https://upspin-review.googlesource.com/c/gcp/+/19391
Reviewed-by: Eric Grosse <grosse@gmail.com>
2 files changed
tree: 3daa856afd22730310941725f789c7e70d650e7e
  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.