Skip to content

Commit

Permalink
fix(deps): update module google.golang.org/api to v0.180.0 (#227)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | `v0.178.0` -> `v0.180.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.180.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.180.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.178.0/v0.180.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.178.0/v0.180.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/google-api-go-client (google.golang.org/api)</summary>

### [`v0.180.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.180.0)

[Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.179.0...v0.180.0)

##### Features

-   **all:** Auto-regenerate discovery clients ([#&#8203;2578](https://togithub.com/googleapis/google-api-go-client/issues/2578)) ([6604a5d](https://togithub.com/googleapis/google-api-go-client/commit/6604a5dead0c0ffbd566d82728d8e40104b53950))

### [`v0.179.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.179.0)

[Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.178.0...v0.179.0)

##### Features

-   **all:** Auto-regenerate discovery clients ([#&#8203;2573](https://togithub.com/googleapis/google-api-go-client/issues/2573)) ([887c564](https://togithub.com/googleapis/google-api-go-client/commit/887c564239fdc5b2d1bbb156447281c644e81ee8))
-   **all:** Auto-regenerate discovery clients ([#&#8203;2575](https://togithub.com/googleapis/google-api-go-client/issues/2575)) ([a784ae0](https://togithub.com/googleapis/google-api-go-client/commit/a784ae096a6d0d3b666907307cb61c88d461a9c6))

##### Bug Fixes

-   Bump auth to v0.4.1 ([#&#8203;2577](https://togithub.com/googleapis/google-api-go-client/issues/2577)) ([090ff6c](https://togithub.com/googleapis/google-api-go-client/commit/090ff6c58926594a1fc58f4f3a7603c1ecfc3a21))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/go-sql-spanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate-bot committed May 13, 2024
1 parent 42744bc commit 926f621
Show file tree
Hide file tree
Showing 4 changed files with 1,476 additions and 17 deletions.
23 changes: 12 additions & 11 deletions benchmarks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@ replace github.com/googleapis/go-sql-spanner => ../

require (
cloud.google.com/go v0.113.0
cloud.google.com/go/spanner v1.60.0
cloud.google.com/go/spanner v1.61.0
github.com/google/uuid v1.6.0
github.com/googleapis/go-sql-spanner v1.3.1
google.golang.org/api v0.178.0
google.golang.org/api v0.180.0
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.34.1
)

require (
cloud.google.com/go/auth v0.3.0 // indirect
cloud.google.com/go/auth v0.4.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/iam v1.1.7 // indirect
cloud.google.com/go/longrunning v0.5.6 // indirect
cloud.google.com/go/iam v1.1.8 // indirect
cloud.google.com/go/longrunning v0.5.7 // indirect
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa // indirect
Expand All @@ -42,15 +43,15 @@ require (
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
google.golang.org/genproto v0.0.0-20240509183442-62759503f434 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240506185236-b8a5c65736ae // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240509183442-62759503f434 // indirect
)

0 comments on commit 926f621

Please sign in to comment.