build(deps): bump google.golang.org/api from 0.122.0 to 0.123.0

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.122.0 to 0.123.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.122.0...v0.123.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] 2023-05-23 11:15:20 +00:00 committed by Tomáš Hozza
parent 9929ee8951
commit d56726646c
4 changed files with 5 additions and 5 deletions

2
go.mod
View file

@ -47,7 +47,7 @@ require (
golang.org/x/oauth2 v0.8.0
golang.org/x/sync v0.2.0
golang.org/x/sys v0.8.0
google.golang.org/api v0.122.0
google.golang.org/api v0.123.0
gopkg.in/ini.v1 v1.67.0
)