Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(all): update deps #10608

Merged
merged 11 commits into from
Aug 7, 2024
Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/accesscontextmanager v1.8.9 -> v1.8.11 age adoption passing confidence require patch
cloud.google.com/go/auth v0.5.1 -> v0.7.3 age adoption passing confidence require minor
cloud.google.com/go/bigquery v1.61.0 -> v1.62.0 age adoption passing confidence require minor
cloud.google.com/go/compute/metadata v0.3.0 -> v0.5.0 age adoption passing confidence require minor
cloud.google.com/go/datacatalog v1.20.3 -> v1.21.0 age adoption passing confidence require minor
cloud.google.com/go/grafeas v0.3.6 -> v0.3.9 age adoption passing confidence require patch
cloud.google.com/go/iam v1.1.10 -> v1.1.12 age adoption passing confidence require patch
cloud.google.com/go/iam v1.1.11 -> v1.1.12 age adoption passing confidence require patch
cloud.google.com/go/kms v1.18.2 -> v1.18.4 age adoption passing confidence require patch
cloud.google.com/go/longrunning v0.5.9 -> v0.5.11 age adoption passing confidence require patch
cloud.google.com/go/longrunning v0.5.10 -> v0.5.11 age adoption passing confidence require patch
cloud.google.com/go/longrunning v0.5.7 -> v0.5.11 age adoption passing confidence require patch
cloud.google.com/go/monitoring v1.20.2 -> v1.20.3 age adoption passing confidence require patch
cloud.google.com/go/orgpolicy v1.12.5 -> v1.12.7 age adoption passing confidence require patch
cloud.google.com/go/osconfig v1.13.0 -> v1.13.2 age adoption passing confidence require patch
cloud.google.com/go/pubsub v1.40.0 -> v1.41.0 age adoption passing confidence require minor
cloud.google.com/go/spanner v1.64.0 -> v1.65.0 age adoption passing confidence require minor
cloud.google.com/go/storage v1.42.0 -> v1.43.0 age adoption passing confidence require minor
cloud.google.com/go/translate v1.10.3 -> v1.10.7 age adoption passing confidence require patch
github.com/google/pprof 186aa03 -> 813a5fb age adoption passing confidence require digest
go.einride.tech/aip v0.67.1 -> v0.68.0 age adoption passing confidence require minor
golang.org/x/mod v0.18.0 -> v0.20.0 age adoption passing confidence require minor
golang.org/x/net v0.27.0 -> v0.28.0 age adoption passing confidence require minor
golang.org/x/oauth2 v0.21.0 -> v0.22.0 age adoption passing confidence require minor
golang.org/x/sync v0.7.0 -> v0.8.0 age adoption passing confidence require minor
golang.org/x/sys v0.22.0 -> v0.23.0 age adoption passing confidence require minor
golang.org/x/text v0.16.0 -> v0.17.0 age adoption passing confidence require minor
golang.org/x/time v0.5.0 -> v0.6.0 age adoption passing confidence require minor
golang.org/x/tools v0.22.0 -> v0.24.0 age adoption passing confidence require minor
golang.org/x/xerrors 104605a -> 93cc26a age adoption passing confidence require digest
google.golang.org/api v0.189.0 -> v0.190.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api d784300 -> 2c9e96a age adoption passing confidence require digest
google.golang.org/genproto/googleapis/rpc d784300 -> 2c9e96a age adoption passing confidence require digest

Release Notes

googleapis/google-cloud-go (cloud.google.com/go/auth)

v0.7.0

  • Release of a client library for Spanner. See
    the
    blog
    post
    .
    Note that although the Spanner service is beta, the Go client library is alpha.

v0.6.0

  • Beta release of BigQuery, DataStore, Logging and Storage. See the
    blog post.

  • bigquery:

    • struct support. Read a row directly into a struct with
      RowIterator.Next, and upload a row directly from a struct with Uploader.Put.
      You can also use field tags. See the [package documentation][cloud-bigquery-ref]
      for details.

    • The ValueList type was removed. It is no longer necessary. Instead of

    var v ValueList
    ... it.Next(&v) ..

    use

    var v []Value
    ... it.Next(&v) ...
    • Previously, repeatedly calling RowIterator.Next on the same []Value or
      ValueList would append to the slice. Now each call resets the size to zero first.

    • Schema inference will infer the SQL type BYTES for a struct field of
      type []byte. Previously it inferred STRING.

    • The types uint, uint64 and uintptr are no longer supported in schema
      inference. BigQuery's integer type is INT64, and those types may hold values
      that are not correctly represented in a 64-bit signed integer.

einride/aip-go (go.einride.tech/aip)

v0.68.0

Compare Source

0.68.0 (2024-07-15)

Feature
Chores
  • deps: bump google.golang.org/grpc from 1.64.0 to 1.64.1 (55c024f)
  • deps: bump go.einride.tech/sage from 0.281.0 to 0.285.0 in /.sage (e80bb42)
  • deps: bump the all group with 2 updates (8383eb5)
  • deps: bump go.einride.tech/sage from 0.279.1 to 0.281.0 in /.sage (5ebc64f)
  • deps: bump go.einride.tech/sage from 0.278.0 to 0.279.1 in /.sage (2606dfc)
  • deps: bump golang.org/x/net from 0.20.0 to 0.23.0 (d38ac97)
googleapis/google-api-go-client (google.golang.org/api)

v0.190.0

Compare Source

Features
Reverts

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

forking-renovate bot commented Jul 29, 2024

ℹ Artifact update notice

File name: asset/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: internal/godocfx/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.25.0 -> v0.26.0
golang.org/x/mod v0.18.0 -> v0.20.0
golang.org/x/net v0.27.0 -> v0.28.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.22.0 -> v0.23.0
golang.org/x/text v0.16.0 -> v0.17.0
File name: auth/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.25.0 -> v0.26.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.22.0 -> v0.23.0
golang.org/x/text v0.16.0 -> v0.17.0
File name: bigquery/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: containeranalysis/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: workstations/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: vmwareengine/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: vmmigration/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: storage/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: spanner/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: servicemanagement/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: servicedirectory/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: securitycentermanagement/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: securitycenter/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: security/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: securesourcemanager/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: secretmanager/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: run/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: resourcemanager/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: pubsub/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
google.golang.org/grpc v1.64.1 -> v1.65.0
cloud.google.com/go/auth v0.7.2 -> v0.7.3
cloud.google.com/go/longrunning v0.5.9 -> v0.5.11
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: policytroubleshooter/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
cloud.google.com/go/longrunning v0.5.9 -> v0.5.11
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: policysimulator/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: notebooks/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: networkservices/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: networksecurity/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: networkmanagement/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: networkconnectivity/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: metastore/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: logging/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: kms/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: iot/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: iap/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: gkehub/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: gkebackup/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: functions/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: eventarc/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: deploy/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: datastream/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: dataproc/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: dataplex/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: dataform/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: datacatalog/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: config/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: cloudtasks/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: clouddms/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: cloudbuild/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: billing/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: bigtable/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240725223205-93522f1f2a9f -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: beyondcorp/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: batch/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: backupdr/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: artifactregistry/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: apphub/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: apigeeregistry/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: aiplatform/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: accesscontextmanager/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: workflows/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: webrisk/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: vpcaccess/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: visionai/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: vision/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: videointelligence/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: video/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: translate/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
golang.org/x/sync v0.7.0 -> v0.8.0
File name: tpu/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: texttospeech/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: telcoautomation/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: talent/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: streetview/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: storagetransfer/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: storageinsights/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: speech/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: shell/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: serviceusage/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: securityposture/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: retail/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: redis/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: recommendationengine/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: rapidmigrationassessment/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: pubsublite/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
cloud.google.com/go/iam v1.1.10 -> v1.1.12
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: privilegedaccessmanager/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: privatecatalog/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: parallelstore/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: osconfig/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: orchestration/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: optimization/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: netapp/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: monitoring/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: migrationcenter/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: memcache/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: maps/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: managedkafka/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: managedidentities/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: lifesciences/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: ids/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: iam/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: gkemulticloud/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: firestore/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: filestore/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: edgenetwork/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: edgecontainer/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: domains/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: documentai/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: discoveryengine/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: dialogflow/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: developerconnect/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: datastore/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: datalabeling/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: datafusion/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: contactcenterinsights/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: commerce/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: channel/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: certificatemanager/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: baremetalsolution/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: automl/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: assuredworkloads/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: apps/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: appengine/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: apikeys/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: apigateway/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: alloydb/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: ai/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: spanner/test/opentelemetry/test/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel/sdk/metric v1.23.1 -> v1.24.0
cloud.google.com/go/auth v0.7.2 -> v0.7.3
cloud.google.com/go/iam v1.1.10 -> v1.1.12
cloud.google.com/go/longrunning v0.5.9 -> v0.5.11
github.com/google/s2a-go v0.1.7 -> v0.1.8
golang.org/x/oauth2 v0.21.0 -> v0.22.0
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 -> v0.0.0-20240716161551-93cc26a95ae9
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
google.golang.org/genproto/googleapis/api v0.0.0-20240722135656-d784300faade -> v0.0.0-20240805194559-2c9e96a0b5d4
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240805194559-2c9e96a0b5d4
File name: storage/internal/benchmarks/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.7.2 -> v0.7.3
cloud.google.com/go/iam v1.1.10 -> v1.1.12
cloud.google.com/go/trace v1.10.9 -> v1.10.11
github.com/google/s2a-go v0.1.7 -> v0.1.8
golang.org/x/crypto v0.25.0 -> v0.26.0
golang.org/x/sys v0.22.0 -> v0.23.0
golang.org/x/text v0.16.0 -> v0.17.0
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
google.golang.org/genproto/googleapis/api v0.0.0-20240722135656-d784300faade -> v0.0.0-20240725223205-93522f1f2a9f
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: profiler/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
cloud.google.com/go/iam v1.1.10 -> v1.1.12
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/api v0.0.0-20240722135656-d784300faade -> v0.0.0-20240725223205-93522f1f2a9f
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
cloud.google.com/go/iam v1.1.10 -> v1.1.12
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: internal/examples/mock/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
cloud.google.com/go/longrunning v0.5.6 -> v0.5.9
File name: internal/examples/fake/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.7.2 -> v0.7.3
cloud.google.com/go/longrunning v0.5.6 -> v0.5.9
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: internal/aliasgen/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
golang.org/x/mod v0.18.0 -> v0.20.0
golang.org/x/net v0.27.0 -> v0.28.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.22.0 -> v0.23.0
golang.org/x/text v0.16.0 -> v0.17.0
File name: websecurityscanner/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: vertexai/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
cloud.google.com/go/iam v1.1.10 -> v1.1.12
cloud.google.com/go/longrunning v0.5.9 -> v0.5.11
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/api v0.0.0-20240722135656-d784300faade -> v0.0.0-20240725223205-93522f1f2a9f
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: trace/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: support/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: shopping/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: servicehealth/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: servicecontrol/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: scheduler/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: resourcesettings/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: recommender/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: recaptchaenterprise/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: phishingprotection/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: oslogin/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: orgpolicy/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: mediatranslation/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: longrunning/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: language/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: identitytoolkit/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: gsuiteaddons/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: grafeas/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/api v0.0.0-20240722135656-d784300faade -> v0.0.0-20240725223205-93522f1f2a9f
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: gkeconnect/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: essentialcontacts/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: errorreporting/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: dlp/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: dataqna/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: dataflow/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: container/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: confidentialcomputing/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: compute/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: cloudquotas/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: cloudprofiler/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: cloudcontrolspartner/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: chat/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: binaryauthorization/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: area120/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: apigeeconnect/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
File name: analytics/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: advisorynotifications/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
File name: accessapproval/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf
cloud.google.com/go/auth v0.7.2 -> v0.7.3
github.com/google/s2a-go v0.1.7 -> v0.1.8
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240730163845-b1a4ccb954bf

@renovate-bot renovate-bot requested review from jba, eliben, a team and shollyman as code owners July 29, 2024 01:58
@renovate-bot renovate-bot requested a review from cindy-peng July 29, 2024 01:58
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 29, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 29, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 29, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 29, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 29, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 29, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 30, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 5, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 5, 2024
@quartzmo quartzmo added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 6, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 6, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Aug 6, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 6, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 6, 2024
Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Aug 7, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 7, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 7, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 7, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 7, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 7, 2024
@quartzmo quartzmo added the automerge Merge the pull request once unit tests and other checks pass. label Aug 7, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 7, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 7, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 7, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 7, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit 8893256 into googleapis:main Aug 7, 2024
338 of 340 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
owlbot:run Add this label to trigger the Owlbot post processor.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants