terraform-provider-google/vendor/github.com/googleapis/gax-go
Paddy 961c878e0d Switch to using Go modules. (#2679)
Switch to using Go modules.

This migrates our vendor.json to use Go 1.11's modules system, and
replaces the vendor folder with the output of go mod vendor.

The vendored code should remain basically the same; I believe some
tree shaking of packages and support scripts/licenses/READMEs/etc.
happened.

This also fixes Travis and our Makefile to no longer use govendor.
2018-12-20 17:22:22 -08:00
..
.gitignore Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08:00
.travis.yml Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08: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 Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08: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.