Skip to content

chore(deps): bump the go-dependencies group across 3 directories with 10 updates #296

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the go-dependencies group with 5 updates in the / directory:

Package From To
github.com/google/go-cmp 0.6.0 0.7.0
github.com/grpc-ecosystem/grpc-gateway/v2 2.21.0 2.26.3
go.einride.tech/aip 0.68.0 0.69.0
go.einride.tech/iam 0.55.0 0.56.1
gotest.tools/v3 3.5.1 3.5.2

Bumps the go-dependencies group with 1 update in the /.sage directory: go.einride.tech/sage.
Bumps the go-dependencies group with 4 updates in the /cmd/saga directory: go.einride.tech/aip, go.einride.tech/iam, google.golang.org/grpc and google.golang.org/protobuf.

Updates github.com/google/go-cmp from 0.6.0 to 0.7.0

Release notes

Sourced from github.com/google/go-cmp's releases.

v0.7.0

New API:

  • (#367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#370) Detect proto.Message types when failing to export a field
Commits

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.21.0 to 2.26.3

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.26.3

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.26.2...v2.26.3

v2.26.2

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.26.1...v2.26.2

v2.26.1

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.26.0...v2.26.1

v2.26.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.25.1...v2.26.0

v2.25.1

Support the new Opaque API in openapiv2 generated files

... (truncated)

Commits
  • e80a2e5 mod: downgrade to Go 1.23 (#5313)
  • 72466fe chore(deps): update googleapis digest to 0c50144 (#5314)
  • a337874 chore(deps): update googleapis digest to 938783f (#5311)
  • 22bb6bf chore(deps): update googleapis digest to d51753b (#5310)
  • 470a32d docs(install-guide): update Go 1.24 tool directive usage (#5298)
  • d9141b9 chore(deps): update googleapis digest to 05f571e (#5307)
  • e70c53c Update gorelease base
  • 641f83f chore(deps): update googleapis digest to c414002 (#5305)
  • 260ccbd Revert "feat: expose invalid argument error to clients in bidirectional strea...
  • c18bc4e fix(deps): update google.golang.org/genproto/googleapis/rpc digest to a0af3ef...
  • Additional commits viewable in compare view

Updates go.einride.tech/aip from 0.68.0 to 0.69.0

Release notes

Sourced from go.einride.tech/aip's releases.

v0.69.0

0.69.0 (2025-03-28)

Feature

  • resourcename: add Type function to generated structs (aae96299)

Chores

  • sage: bump stringer to work with later Go version locally (48a9a4b3)
  • deps: bump golang.org/x/net from 0.28.0 to 0.33.0 (53b09742)
  • deps: bump go.einride.tech/sage from 0.314.0 to 0.334.0 in /.sage (95bdfbbd)

v0.68.1

0.68.1 (2024-12-16)

Bug Fixes

  • genaip: invalid code generation for top-level singletons (5faeef8c)

Documentation

  • add separate section on codegen from proto (94d68689)
  • be more clear about library usage (8609a18a)
  • remove link to AIP docs, mentioned on the line above (39347ca7)
  • security: add Security Policy (cb606284)

Chores

  • deps: bump google.golang.org/grpc in the all group (8b795dd2)
  • deps: bump go.einride.tech/sage from 0.306.0 to 0.314.0 in /.sage (e99a3e3e)
  • deps: bump google.golang.org/grpc in the all group (cf3d20c2)
  • sage: bump to v0.306.0 (5da98401)
  • deps: bump go.einride.tech/sage from 0.291.0 to 0.293.0 in /.sage (6090222a)

CI

  • migrate to Sage-based semantic release (5a3f009e)
Commits
  • aae9629 feat(resourcename): add Type function to generated structs
  • 48a9a4b chore(sage): bump stringer to work with later Go version locally
  • 53b0974 chore(deps): bump golang.org/x/net from 0.28.0 to 0.33.0
  • 95bdfbb chore(deps): bump go.einride.tech/sage from 0.314.0 to 0.334.0 in /.sage
  • 5faeef8 fix(genaip): invalid code generation for top-level singletons
  • 94d6868 docs: add separate section on codegen from proto
  • 8609a18 docs: be more clear about library usage
  • 39347ca docs: remove link to AIP docs, mentioned on the line above
  • 8b795dd chore(deps): bump google.golang.org/grpc in the all group
  • e99a3e3 chore(deps): bump go.einride.tech/sage from 0.306.0 to 0.314.0 in /.sage
  • Additional commits viewable in compare view

Updates go.einride.tech/iam from 0.55.0 to 0.56.1

Release notes

Sourced from go.einride.tech/iam's releases.

v0.56.1

0.56.1 (2025-03-25)

Bug Fixes

  • buf: do not use deprecated DEFAULT lint target (d9c6b427)
  • api-linter: allow foreign type references (7786d464)

Chores

  • deps: bump go.einride.tech/sage from 0.327.1 to 0.351.1 in /.sage (20ff3ffc)
  • deps: bump golang.org/x/net from 0.30.0 to 0.33.0 (b18ff52b)
  • deps: bump golang.org/x/crypto from 0.28.0 to 0.31.0 (583314ed)
  • deps: bump the all group with 3 updates (c1d722d3)
  • deps: bump go.einride.tech/sage from 0.326.0 to 0.327.1 in /.sage (a69efa17)

CI

  • go: bump sage Go version (82062813)

v0.56.0

0.56.0 (2024-10-17)

Feature

  • mark raw identity tokens as redacted (404468ab)
  • bump all deps (45b26bb5)

Documentation

  • security: add Security Policy (9453ebfd)

Chores

  • deps: bump sage (5cc0e724)
  • deps: bump go.einride.tech/sage from 0.309.0 to 0.323.0 in /.sage (f7c5a0eb)
  • deps: bump the all group with 3 updates (eceec608)
  • deps: bump the all group across 1 directory with 8 updates (048ad9d2)
  • deps: bump go.einride.tech/sage from 0.297.0 to 0.309.0 in /.sage (db8f7a2f)
  • deps: bump the all group across 1 directory with 8 updates (7226602d)
  • deps: bump the all group across 1 directory with 9 updates (a30e0768)
  • deps: bump go.einride.tech/sage from 0.292.0 to 0.297.0 in /.sage (6d19de84)
  • deps: bump go.einride.tech/sage from 0.291.0 to 0.292.0 in /.sage (12b18f31)

CI

  • migrate to Sage-based release tooling (9a36655b)
Commits
  • 8206281 ci(go): bump sage Go version
  • d9c6b42 fix(buf): do not use deprecated DEFAULT lint target
  • 7786d46 fix(api-linter): allow foreign type references
  • 20ff3ff chore(deps): bump go.einride.tech/sage from 0.327.1 to 0.351.1 in /.sage
  • b18ff52 chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0
  • 583314e chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0
  • c1d722d chore(deps): bump the all group with 3 updates
  • a69efa1 chore(deps): bump go.einride.tech/sage from 0.326.0 to 0.327.1 in /.sage
  • 404468a feat: mark raw identity tokens as redacted
  • 45b26bb feat: bump all deps
  • Additional commits viewable in compare view

Updates google.golang.org/genproto from 0.0.0-20240730163845-b1a4ccb954bf to 0.0.0-20241015192408-796eee8c2d53

Commits

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20240730163845-b1a4ccb954bf to 0.0.0-20250303144028-a0af3efb3deb

Commits

Updates google.golang.org/grpc from 1.65.0 to 1.70.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.71.1

Bug Fixes

  • grpc: fix a bug causing an extra Read from the compressor if a compressed message is the same size as the limit. This could result in a panic with the built-in gzip compressor (#8178)
  • xds: restore the behavior of reading the bootstrap config before creating the first xDS client instead of at package init time (#8164)
  • stats/opentelemetry: use TextMapPropagator and TracerProvider from TraceOptions instead of OpenTelemetry globals (#8166)
  • client: fix races when an http proxy is configured that could lead to deadlocks or panics (#8195)
  • client: fix bug causing RPC failures with message "no children to pick from" when using a custom resolver that calls the deprecated NewAddress API (#8149)
  • wrr: fix slow processing of address updates that could result in problems including RPC failures for servers with a large number of backends (#8179)

Release 1.71.0

API Changes

  • balancer: Custom LB policies that record metrics must use the new MetricsRecorder method on Balancer.ClientConn instead of the removed Balancer.BuildOptions.MetricsRecorder field to obtain a metrics recorder. (#8027)
  • balancer: balancer.ClientConn implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#8026)
  • balancer/endpointsharding: The constructor accepts the child balancer's builder and a struct with optional configuration. (#8052)

New Features

  • xds: Add support for dualstack via the additional_addresses field in the Endpoint resource. To disable this feature, set the environment variable GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false. (#8134)
  • stats/opentelemetry: Add experimental support for OpenTelemetry tracing. (#7852)
  • xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates. (#8038)
  • balancer/leastrequest, roundrobin: Add dualstack support. (#7969, #7966)
  • balancer/endpointsharding: Balancers created with the new DisableAutoReconnect option will not attempt to call ExitIdle automatically on their children when the children report idle. (#8052)

Bug Fixes

  • client: Fix support for proxies when using grpc.NewClient so the target is resolved by the proxy as expected. (#7881)
    • Added WithLocalDNSResolution() dial option to explicitly force target resolution on the client instead. (#7881)
  • weightedtarget: Return erroring picker when no targets are configured. (#8070)
  • xds: Fail RPCs with UNAVAILABLE when the EDS resource is missing or contains no endpoints (#8070)
  • xdsclient: Fix a bug where connectivity failures were reported to resource watchers before trying all listed servers. (#8075)
  • grpc: Fix the number of bytes reported in the error message when encoded messages are larger than 4GB. (#8033)
  • xds: Fixed a bug preventing tests from creating multiple servers or channels with different bootstrap configs. (#8050)
  • grpc: Fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (#7918)

Documentation

  • client: Improve documentation of grpc.NewClient and ClientConn.CanonicalTarget by providing examples. (#8078)
  • examples/features/dualstack: New example demonstrating usage of endpoints and dualstack functionality. (#8098)
Commits

Updates google.golang.org/protobuf from 1.34.2 to 1.36.5

Updates gotest.tools/v3 from 3.5.1 to 3.5.2

Release notes

Sourced from gotest.tools/v3's releases.

v3.5.2

What's Changed

New Contributors

Full Changelog: gotestyourself/gotest.tools@v3.5.1...v3.5.2

Commits
  • 0b81523 Merge pull request #286 from thaJeztah/undeprecate_ErrorType
  • c5dad8f Merge pull request #285 from thaJeztah/update_go_versions
  • 160ab0e Remove go1.18 and go1.19
  • 8569bbc Merge pull request #284 from thaJeztah/cleanup_readme
  • 4256834 assert, assert/cmp: un-deprecate assert.ErrorType for now
  • eb32186 circleci: update golangci-lint to v1.60.3
  • 5fc8473 circleci: add go1.21, go1.22, go1.23
  • 6f26df9 circleci: test generics on go1.20 and windows as well
  • 732dfcf internal/difflib: rename funcs that collided with built-ins
  • 7d95f55 internal/difflib: gofmt
  • Additional commits viewable in compare view

Updates go.einride.tech/sage from 0.347.0 to 0.356.1

Release notes

Sourced from go.einride.tech/sage's releases.

v0.356.1

0.356.1 (2025-04-01)

Bug Fixes

  • remove deprecated -d flag from go get (b8fd4963)

v0.356.0

0.356.0 (2025-04-01)

Feature

  • action: add go-version-file input (0483a392)

v0.355.0

0.355.0 (2025-04-01)

Feature

  • bump cloud-spanner-emulator to v1.5.29 (588f4173)

v0.354.0

0.354.0 (2025-03-21)

Feature

  • golangci: bump version (9ef02984)
  • golangci: add exptostd linter (63d642a8)

v0.353.0

0.353.0 (2025-03-20)

Feature

  • sgterraform: add PlanSummarized (f5c51217)

v0.352.0

0.352.0 (2025-03-19)

Breaking Changes

  • bump balena-cli from v18 to v21 (f5ea6668)

Balena starts printing warnings when the CLI has not been updated for
half a year, and exits with an error if it is a year old. The current
version is now 207 days old, so we are seeing warning prints in our
builds.

The CLI has changed a bit, so some usage may need to be updated. E.g:
</tr></table>

... (truncated)

Commits
  • b8fd496 fix: remove deprecated -d flag from go get
  • 0483a39 feat(action): add go-version-file input
  • 588f417 feat: bump cloud-spanner-emulator to v1.5.29
  • 9ef0298 feat(golangci): bump version
  • 63d642a feat(golangci): add exptostd linter
  • f5c5121 feat(sgterraform): add PlanSummarized
  • f5ea666 feat!: bump balena-cli from v18 to v21
  • 729bb1e docs: update go version
  • 55c61f1 ci(dependabot): update dependabot schedule to monthly
  • eade25d fix(golangcilint): bump to v1.64.7
  • Additional commits viewable in compare view

Updates go.einride.tech/aip from 0.68.0 to 0.69.0

Release notes

Sourced from go.einride.tech/aip's releases.

v0.69.0

0.69.0 (2025-03-28)

Feature

  • resourcename: add Type function to generated structs (aae96299)

Chores

  • sage: bump stringer to work with later Go version locally (48a9a4b3)
  • deps: bump golang.org/x/net from 0.28.0 to 0.33.0 (53b09742)
  • deps: bump go.einride.tech/sage from 0.314.0 to 0.334.0 in /.sage (95bdfbbd)

v0.68.1

0.68.1 (2024-12-16)

Bug Fixes

  • genaip: invalid code generation for top-level singletons (5faeef8c)

Documentation

  • add separate section on codegen from proto (94d68689)
  • be more clear about library usage (8609a18a)
  • remove link to AIP docs, mentioned on the line above (39347ca7)
  • security: add Security Policy (cb606284)

Chores

  • deps: bump google.golang.org/grpc in the all group (8b795dd2)
  • deps: bump go.einride.tech/sage from 0.306.0 to 0.314.0 in /.sage (e99a3e3e)
  • deps: bump google.golang.org/grpc in the all group (cf3d20c2)
  • sage: bump to v0.306.0 (5da98401)
  • deps: bump go.einride.tech/sage from 0.291.0 to 0.293.0 in /.sage (6090222a)

CI

  • migrate to Sage-based semantic release (5a3f009e)
Commits
  • aae9629 feat(resourcename): add Type function to generated structs
  • 48a9a4b chore(sage): bump stringer to work with later Go version locally
  • 53b0974 chore(deps): bump golang.org/x/net from 0.28.0 to 0.33.0
  • 95bdfbb chore(deps): bump go.einride.tech/sage from 0.314.0 to 0.334.0 in /.sage
  • 5faeef8 fix(genaip): invalid code generation for top-level singletons
  • 94d6868 docs: add separate section on codegen from proto
  • 8609a18 docs: be more clear about library usage
  • 39347ca docs: remove link to AIP docs, mentioned on the line above
  • 8b795dd chore(deps): bump google.golang.org/grpc in the all group
  • e99a3e3 chore(deps): bump go.einride.tech/sage from 0.306.0 to 0.314.0 in /.sage
  • Additional commits viewable in compare view

Updates go.einride.tech/iam from 0.56.0 to 0.56.1

Release notes

Sourced from go.einride.tech/iam's releases.

v0.56.1

0.56.1 (2025-03-25)

Bug Fixes

  • buf: do not use deprecated DEFAULT lint target (d9c6b427)
  • api-linter: allow foreign type references (7786d464)

Chores

  • deps: bump go.einride.tech/sage from 0.327.1 to 0.351.1 in /.sage (20ff3ffc)
  • deps: bump golang.org/x/net from 0.30.0 to 0.33.0 (b18ff52b)
  • deps: bump golang.org/x/crypto from 0.28.0 to 0.31.0 (583314ed)
  • deps: bump the all group with 3 updates (c1d722d3)
  • deps: bump go.einride.tech/sage from 0.326.0 to 0.327.1 in /.sage (a69efa17)

CI

  • go: bump sage Go version (82062813)

v0.56.0

0.56.0 (2024-10-17)

Feature

  • mark raw identity tokens as redacted (404468ab)
  • bump all deps (45b26bb5)

Documentation

  • security: add Security Policy (9453ebfd)

Chores

  • deps: bump sage (5cc0e724)
  • deps: bump go.einride.tech/sage from 0.309.0 to 0.323.0 in /.sage (f7c5a0eb)
  • deps: bump the all group with 3 updates (eceec608)
  • deps: bump the all group across 1 directory with 8 updates (048ad9d2)
  • deps: bump go.einride.tech/sage from 0.297.0 to 0.309.0 in /.sage (db8f7a2f)
  • deps: bump the all group across 1 directory with 8 updates (7226602d)
  • deps: bump the all group across 1 directory with 9 updates (a30e0768)
  • deps: bump go.einride.tech/sage from 0.292.0 to 0.297.0 in /.sage (6d19de84)
  • deps: bump go.einride.tech/sage from 0.291.0 to 0.292.0 in /.sage (12b18f31)

CI

  • migrate to Sage-based release tooling (9a36655b)
Commits
  • 8206281 ci(go): bump sage Go version
  • d9c6b42 fix(buf): do not use deprecated DEFAULT lint target
  • 7786d46 fix(api-linter): allow foreign type references
  • 20ff3ff chore(deps): bump go.einride.tech/sage from 0.327.1 to 0.351.1 in /.sage
  • b18ff52 chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0
  • 583314e chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0
  • c1d722d chore(deps): bump the all group with 3 updates
  • a69efa1 chore(deps): bump go.einride.tech/sage from 0.326.0 to 0.327.1 in /.sage
  • 404468a feat: mark raw identity tokens as redacted
  • 45b26bb feat: bump all deps
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.70.0 to 1.71.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.71.1

Bug Fixes

  • grpc: fix a bug causing an extra Read from the compressor if a compressed message is the same size as the limit. This could result in a panic with the built-in gzip compressor (#8178)
  • xds: restore the behavior of reading the bootstrap config before creating the first xDS client instead of at package init time (#8164)
  • stats/opentelemetry: use TextMapPropagator and TracerProvider from TraceOptions instead of OpenTelemetry globals (#8166)
  • client: fix races when an http proxy is configured that could lead to deadlocks or panics (#8195)
  • client: fix bug causing RPC failures with message "no children to pick from" when using a custom resolver that calls the deprecated NewAddress API (#8149)
  • wrr: fix slow processing of address updates that could result in problems including RPC failures for servers with a large number of backends (#8179)

Release 1.71.0

API Changes

  • balancer: Custom LB policies that record metrics must use the new MetricsRecorder method on Balancer.ClientConn instead of the removed Balancer.BuildOptions.MetricsRecorder field to obtain a metrics recorder. (#8027)
  • balancer: balancer.ClientConn implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#8026)
  • balancer/endpointsharding: The constructor accepts the child balancer's builder and a struct with optional configuration. (#8052)

New Features

  • xds: Add support for dualstack via the additional_addresses field in the Endpoint resource. To disable this feature, set the environment variable GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false. (#8134)
  • stats/opentelemetry: Add experimental support for OpenTelemetry tracing. (#7852)
  • xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates. (#8038)
  • balancer/leastrequest, roundrobin: Add dualstack support. (#7969, #7966)
  • balancer/endpointsharding: Balancers created with the new DisableAutoReconnect option will not attempt to call ExitIdle automatically on their children when the children report idle. (#8052)

Bug Fixes

  • client: Fix support for proxies when using grpc.NewClient so the target is resolved by the proxy as expected. (#7881)
    • Added WithLocalDNSResolution() dial option to explicitly force target resolution on the client instead. (#7881)
  • weightedtarget: Return erroring picker when no targets are configured. (#8070)
  • xds: Fail RPCs with UNAVAILABLE when the EDS resource is missing or contains no endpoints (#8070)
  • xdsclient: Fix a bug where connectivity failures were reported to resource watchers before trying all listed servers. (#8075)
  • grpc: Fix the number of bytes reported in the error message when encoded messages are larger than 4GB. (#8033)
  • xds: Fixed a bug preventing tests from creating multiple servers or channels with different bootstrap configs. (#8050)
  • grpc: Fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (#7918)

Documentation

  • client: Improve documentation of grpc.NewClient and ClientConn.CanonicalTarget by providing examples. (#8078)
  • examples/features/dualstack: New example demonstrating usage of endpoints and dualstack functionality. (#8098)
Commits

Updates google.golang.org/protobuf from 1.36.5 to 1.36.6

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… 10 updates

Bumps the go-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.21.0` | `2.26.3` |
| [go.einride.tech/aip](https://github.com/einride/aip-go) | `0.68.0` | `0.69.0` |
| [go.einride.tech/iam](https://github.com/einride/iam-go) | `0.55.0` | `0.56.1` |
| [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) | `3.5.1` | `3.5.2` |

Bumps the go-dependencies group with 1 update in the /.sage directory: [go.einride.tech/sage](https://github.com/einride/sage).
Bumps the go-dependencies group with 4 updates in the /cmd/saga directory: [go.einride.tech/aip](https://github.com/einride/aip-go), [go.einride.tech/iam](https://github.com/einride/iam-go), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and google.golang.org/protobuf.


Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.6.0...v0.7.0)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.21.0 to 2.26.3
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.21.0...v2.26.3)

Updates `go.einride.tech/aip` from 0.68.0 to 0.69.0
- [Release notes](https://github.com/einride/aip-go/releases)
- [Commits](einride/aip-go@v0.68.0...v0.69.0)

Updates `go.einride.tech/iam` from 0.55.0 to 0.56.1
- [Release notes](https://github.com/einride/iam-go/releases)
- [Changelog](https://github.com/einride/iam-go/blob/master/.goreleaser.yml)
- [Commits](einride/iam-go@v0.55.0...v0.56.1)

Updates `google.golang.org/genproto` from 0.0.0-20240730163845-b1a4ccb954bf to 0.0.0-20241015192408-796eee8c2d53
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20240730163845-b1a4ccb954bf to 0.0.0-20250303144028-a0af3efb3deb
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.65.0 to 1.70.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.70.0...v1.71.1)

Updates `google.golang.org/protobuf` from 1.34.2 to 1.36.5

Updates `gotest.tools/v3` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/gotestyourself/gotest.tools/releases)
- [Commits](gotestyourself/gotest.tools@v3.5.1...v3.5.2)

Updates `go.einride.tech/sage` from 0.347.0 to 0.356.1
- [Release notes](https://github.com/einride/sage/releases)
- [Commits](einride/sage@v0.347.0...v0.356.1)

Updates `go.einride.tech/aip` from 0.68.0 to 0.69.0
- [Release notes](https://github.com/einride/aip-go/releases)
- [Commits](einride/aip-go@v0.68.0...v0.69.0)

Updates `go.einride.tech/iam` from 0.56.0 to 0.56.1
- [Release notes](https://github.com/einride/iam-go/releases)
- [Changelog](https://github.com/einride/iam-go/blob/master/.goreleaser.yml)
- [Commits](einride/iam-go@v0.55.0...v0.56.1)

Updates `google.golang.org/grpc` from 1.70.0 to 1.71.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.70.0...v1.71.1)

Updates `google.golang.org/protobuf` from 1.36.5 to 1.36.6

---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-version: 2.26.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.einride.tech/aip
  dependency-version: 0.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.einride.tech/iam
  dependency-version: 0.56.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/genproto
  dependency-version: 0.0.0-20241015192408-796eee8c2d53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20250303144028-a0af3efb3deb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: gotest.tools/v3
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: go.einride.tech/sage
  dependency-version: 0.356.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.einride.tech/aip
  dependency-version: 0.69.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.einride.tech/iam
  dependency-version: 0.56.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.71.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2025 18:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants