terraform-provider-google/vendor/github.com/googleapis/gax-go
Chris Hawk 771c2f8512 Update vendored deps (#1967)
I'm working on Stackdriver monitoring in another branch, which required updating `google.golang.org/genproto`, which required updating `google.golang.org/grpc`, which required updating `github.com/golang/protobuf`, and so on. This PR updates all of the Google-provided deps to their latest versions. In addition, there is:

- A change in config.go to reflect an updated type name
- Five files changed by `make fmt`

Tested with `make build`, `make test`, and `make testacc`.
2018-09-18 12:50:17 -07:00
..
call_option.go Update vendored deps (#1967) 2018-09-18 12:50:17 -07:00
CODE_OF_CONDUCT.md Update vendored deps (#1967) 2018-09-18 12:50:17 -07:00
CONTRIBUTING.md Transfer of provider code 2017-06-09 16:51:19 +00:00
gax.go Update vendored deps (#1967) 2018-09-18 12:50:17 -07:00
header.go Vendor dependencies for Bigtable client. 2017-06-09 17:23:19 -07:00
invoke.go Vendor dependencies for Bigtable client. 2017-06-09 17:23:19 -07:00
LICENSE Transfer of provider code 2017-06-09 16:51:19 +00:00
README.md Update vendored deps (#1967) 2018-09-18 12:50:17 -07:00

Google API Extensions for Go

Build Status Code Coverage GoDoc

Google API Extensions for Go (gax-go) is a set of modules which aids the development of APIs for clients and servers based on gRPC and Google API conventions.

To install the API extensions, use:

go get -u github.com/googleapis/gax-go

Note: Application code will rarely need to use this library directly, but the code generated automatically from API definition files can use it to simplify code generation and to provide more convenient and idiomatic API surface.

Go Versions

This library requires Go 1.6 or above.

License

BSD - please see LICENSE for more information.