-
- Downloads
build(deps): bump google.golang.org/api from 0.182.0 to 0.189.0 (#3646)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.182.0 to 0.189.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.182.0...v0.189.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> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
go.mod
100755 → 100644
... | ... | @@ -37,15 +37,15 @@ require ( |
golang.org/x/exp v0.0.0-20221004215720-b9f4876ce741 | ||
golang.org/x/net v0.27.0 | ||
golang.org/x/oauth2 v0.21.0 | ||
google.golang.org/api v0.188.0 | ||
google.golang.org/api v0.189.0 | ||
google.golang.org/grpc v1.65.0 | ||
google.golang.org/protobuf v1.34.2 | ||
) | ||
require ( | ||
ariga.io/atlas v0.19.1-0.20240203083654-5948b60a8e43 // indirect | ||
cloud.google.com/go/auth v0.7.0 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect | ||
cloud.google.com/go/auth v0.7.2 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
... | ... | @@ -58,7 +58,7 @@ require ( |
github.com/coreos/go-systemd/v22 v22.3.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-openapi/inflect v0.19.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
... | ... | @@ -96,8 +96,8 @@ require ( |
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240610135401-a8a62080eff3 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
... | ... |
Please register or sign in to comment