chore(all): update golang.org/x/exp commit hash to 503510c (#126)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest | `8c280c8` -> `503510c` |

---

### Configuration

📅 **Schedule**: "before 3am on Monday" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-go).
2 files changed
tree: 97140569785382174c833cacdd89f383dd406316
  1. .github/
  2. internal/
  3. v2/
  4. .gitignore
  5. call_option.go
  6. CODE_OF_CONDUCT.md
  7. CONTRIBUTING.md
  8. gax.go
  9. go.mod
  10. go.sum
  11. header.go
  12. invoke.go
  13. LICENSE
  14. README.md
  15. RELEASING.md
  16. renovate.json
  17. SECURITY.md
  18. tools.go
README.md

Google API Extensions for Go

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/v2

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.