build(deps): bump google.golang.org/api from 0.94.0 to 0.96.0

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.94.0 to 0.96.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.94.0...v0.96.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-19 08:59:15 +00:00 committed by Ondřej Budai
parent ba8de9a6a9
commit e2cc53eb72
22 changed files with 146 additions and 79 deletions

4
go.mod
View file

@ -47,8 +47,8 @@ require (
github.com/vmware/govmomi v0.29.0
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
google.golang.org/api v0.94.0
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
google.golang.org/api v0.96.0
google.golang.org/genproto v0.0.0-20220810155839-1856144b1d9c
gopkg.in/ini.v1 v1.67.0
)