third_party: update google-api go library and related libraries.

Mainly for migrating to monitoring/v3 apis.

Updated:
github.com/golang/protobuf
golang.org/x/net
google.golang.org/cloud

Added:
github.com/golang/glog
google.golang.org/grpc

MultiPart: 2/2
Change-Id: I22781f0936c1d34d7802dc4bcb73692b2ea0899e
912 files changed
tree: 2b196c34edc8cb92959088b53d2707fa8e36c72b
  1. csrc/
  2. go/
  3. java/
  4. nacl_sdk/
  5. swift/
  6. .gitignore
  7. README.md
README.md

This repository contains three kinds of code used in the Vanadium project:

  1. code which originated outside of Google
  2. code which Google has released as open source
  3. Vanadium code which is derived from code that originated outside of Google, and is therefore still subject to that original code's third-party license

Most of the code under third-party is open source, though some packages have restrictive commercial licenses.

Because of Go language conventions, Go packages are found under third_party/go/src/.