Skip to content

chore(deps): bump the go-dependencies group in /cmd/saga with 11 updates#286

Merged
dependabot[bot] merged 1 commit intomasterfrom
dependabot/go_modules/cmd/saga/go-dependencies-e4e31e2999
Mar 11, 2025
Merged

chore(deps): bump the go-dependencies group in /cmd/saga with 11 updates#286
dependabot[bot] merged 1 commit intomasterfrom
dependabot/go_modules/cmd/saga/go-dependencies-e4e31e2999

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the go-dependencies group in /cmd/saga with 11 updates:

Package From To
github.com/adrg/xdg 0.4.0 0.5.3
github.com/grpc-ecosystem/grpc-gateway/v2 2.20.0 2.26.1
github.com/spf13/cobra 1.8.1 1.9.1
go.einride.tech/aip-cli 0.29.0 0.31.0
go.einride.tech/grpc-service-config 0.11.0 0.12.0
go.einride.tech/iam 0.54.0 0.56.0
google.golang.org/genproto 0.0.0-20240521202816-d264139d666e 0.0.0-20241021214115-324edc3d5d38
google.golang.org/genproto/googleapis/api 0.0.0-20240521202816-d264139d666e 0.0.0-20250204164813-702378808489
google.golang.org/grpc 1.64.1 1.70.0
google.golang.org/protobuf 1.34.1 1.36.5
gotest.tools/v3 3.5.1 3.5.2

Updates github.com/adrg/xdg from 0.4.0 to 0.5.3

Release notes

Sourced from github.com/adrg/xdg's releases.

v0.5.3

Changelog

  • Updated xdg.SearchRuntimeFile to also look in the operating system's temporary directory for runtime files. This covers unlikely cases in which runtime files cannot be written relative to the base runtime directory either because it does not exist or it is not accessible, so xdg.RuntimeFile suggests the operating system's temporary directory as a suitable fallback location.

Internal

  • Improved package testing.

v0.5.2

Changelog

  • Updated logic of xdg.RuntimeFile: due to the special nature of the runtime directory, the function no longer attempts to create it if it does not exist. If that's the case, the function uses the operating system's temporary directory as a fallback. The function still creates subdirectories relative to the base runtime directory or its fallback.

    Justification: the creation of the runtime directory is not in the scope of this package as it has special requirements defined by the XDG Base Directory Specification. Relevant excerpt:

    The lifetime of the directory MUST be bound to the user being logged in. It MUST be created when the user first logs in and if the user fully logs out the directory MUST be removed. If the user logs in more than once they should get pointed to the same directory, and it is mandatory that the directory continues to exist from their first login to their last logout on the system, and not removed in between. Files in the directory MUST not survive reboot or a full logout/login cycle.

    Also, on Linux, the parent directories of the default user runtime directory are owned by the root user so they cannot be created by a regular user. pam_systemd is usually responsible for creating the runtime directory (/run/user/$UID).

v0.5.1

Changelog

  • Added support for the non-standard XDG_BIN_HOME base directory. See XDG base directories README section for more details.
  • Added more config and data search locations on macOS.
    • Added ~/.config at the end of the list of default locations for XDG_CONFIG_DIRS.
    • Added ~/.local/share at the end of the list of default locations for XDG_DATA_DIRS.
  • Added more application search locations on Windows:
    • %ProgramFiles%
    • %ProgramFiles%\Common Files
    • %LOCALAPPDATA%\Programs
    • %LOCALAPPDATA%\Programs\Common

Internal

  • Updated golang.org/x/sys dependency to the latest version.
  • Improved package testing.

v0.5.0

Changelog

  • user-dirs.dirs config file is now parsed on Unix-like operating systems (except for macOS and Plan 9). See XDG user directories README section for more details.
  • Updated golang.org/x/sys dependency to the latest version.

Internal

  • Moved all path related functionality in internal pathutil package.
  • Added internal userdirs package:
    • Moved xdg.UserDirectories to userdirs.Directories.
    • Added parsing functions for user-dirs.dirs config file.
  • Improved package testing.
Commits
  • aa865a5 Merge pull request #101 from adrg/update-search-runtime-file
  • 71a81ec Minor xdg.SearchRuntimeFile function documentation update
  • 88111eb Minor example update in README.md and doc.go
  • d9f76be Improve non-existent runtime directory test case
  • 800775a Update xdg.SearchRuntimeFile to also look in temporary directory
  • 2335a68 Merge pull request #99 from adrg/improve-runtime-file
  • 221e506 Minor non-existent runtime directory test case fix on macOS
  • 9bbb602 Minor error format improvement in pathutil.Create and pathutil.Search
  • 987b3ce Minor README.md update
  • 3c39d55 Add non-existent runtime directory test case
  • Additional commits viewable in compare view

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.20.0 to 2.26.1

Release notes

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

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

This release contains breaking changes from v2.25.0, in that the previously deprecated EnumDescriptor and Descriptor methods on the struct types in the openapiv2 options package have been removed. This seems to be a requirement to generate the new Hybrid API. Please open an issue if you were depending on these functions and we'll see what we can do about it.

What's Changed

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

v2.25.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.24.0...v2.25.0

... (truncated)

Commits
  • 3b8ac9f 5113. Validation of oneof nested objects (#5211)
  • 4f1457d chore(deps): update googleapis digest to 2431239 (#5214)
  • fb17f6e chore(deps): update googleapis digest to 8e62267 (#5213)
  • 2fd9128 chore(deps): update googleapis digest to ad99638 (#5212)
  • 3d82775 fix(deps): update module google.golang.org/protobuf to v1.36.5 (#5210)
  • 801f278 chore(deps): update googleapis digest to fed8c26 (#5209)
  • 9cbbcaf chore(deps): update googleapis digest to 2f843e2 (#5208)
  • 9adca76 fix(deps): update module golang.org/x/text to v0.22.0 (#5206)
  • 72f360d chore(deps): update golang docker tag to v1.23.6 (#5205)
  • ce46021 chore(deps): update googleapis digest to f426820 (#5204)
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.8.1 to 1.9.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.9.1

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades

... (truncated)

Commits

Updates go.einride.tech/aip-cli from 0.29.0 to 0.31.0

Release notes

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

v0.31.0

0.31.0 (2024-10-22)

Feature

  • enable --force-trace on insecure connections (24debcc1)
  • bump deps (34352e79)

Documentation

  • security: add Security Policy (daec8664)

Chores

  • deps: bump the all group with 5 updates (c1e18b57)
  • deps: bump the all group with 6 updates (fcdd7b7b)
  • deps: bump go.einride.tech/sage from 0.286.0 to 0.294.0 in /.sage (d06f6add)
  • deps: bump the all group with 4 updates (5de7fc28)

v0.30.0

0.30.0 (2024-07-08)

Feature

  • bump deps (345e4bb1)

Chores

  • deps: bump go.einride.tech/sage from 0.281.0 to 0.285.0 in /.sage (ccca9847)
  • deps: bump the all group with 6 updates (85c48111)
  • deps: bump go.einride.tech/sage from 0.280.0 to 0.281.0 in /.sage (e51a236b)
  • deps: bump go.einride.tech/sage from 0.279.1 to 0.280.0 in /.sage (e7f3fcd6)
Commits
  • 24debcc feat: enable --force-trace on insecure connections
  • 34352e7 feat: bump deps
  • c1e18b5 chore(deps): bump the all group with 5 updates
  • daec866 docs(security): add Security Policy
  • fcdd7b7 chore(deps): bump the all group with 6 updates
  • d06f6ad chore(deps): bump go.einride.tech/sage from 0.286.0 to 0.294.0 in /.sage
  • 5de7fc2 chore(deps): bump the all group with 4 updates
  • 345e4bb feat: bump deps
  • ccca984 chore(deps): bump go.einride.tech/sage from 0.281.0 to 0.285.0 in /.sage
  • 85c4811 chore(deps): bump the all group with 6 updates
  • Additional commits viewable in compare view

Updates go.einride.tech/grpc-service-config from 0.11.0 to 0.12.0

Release notes

Sourced from go.einride.tech/grpc-service-config's releases.

v0.12.0

0.12.0 (2024-07-08)

Feature

  • bump deps (fb583e7a)

Chores

  • deps: bump google.golang.org/grpc from 1.63.2 to 1.64.0 (a55474c7)
  • deps: bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (b29abc17)
  • deps: bump google.golang.org/grpc from 1.62.1 to 1.63.2 (532eb15b)
  • deps: bump golang.org/x/net from 0.20.0 to 0.23.0 (be6cd9ca)
  • deps: bump google.golang.org/grpc from 1.61.0 to 1.62.1 (e19f53b4)
  • deps: bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (93c70c1e)
  • deps: bump go.einride.tech/sage from 0.266.1 to 0.272.0 in /.sage (41d79889)

CI

  • add stale workflow (bfbfe361)
Commits
  • fb583e7 feat: bump deps
  • a55474c chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0
  • b29abc1 chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.1
  • 532eb15 chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.2
  • be6cd9c chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0
  • bfbfe36 ci: add stale workflow
  • e19f53b chore(deps): bump google.golang.org/grpc from 1.61.0 to 1.62.1
  • 93c70c1 chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  • 41d7988 chore(deps): bump go.einride.tech/sage from 0.266.1 to 0.272.0 in /.sage
  • See full diff in compare view

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

Release notes

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

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)

v0.55.0

0.55.0 (2024-07-15)

Feature

  • bump deps (03499115)

Chores

  • deps: bump go.einride.tech/sage from 0.282.0 to 0.291.0 in /.sage (0f9f5a37)
  • deps: bump google.golang.org/grpc from 1.64.0 to 1.64.1 (5c670544)
  • deps: bump the all group with 3 updates (5278635b)
  • deps: bump go.einride.tech/sage from 0.281.0 to 0.282.0 in /.sage (ba6ea366)
  • deps: bump google.golang.org/api in the all group (68129a4e)
  • deps: bump cloud.google.com/go/spanner in the all group (339d6824)
  • deps: bump go.einride.tech/sage from 0.280.0 to 0.281.0 in /.sage (a57ddb8a)
Commits
  • 404468a feat: mark raw identity tokens as redacted
  • 45b26bb feat: bump all deps
  • 5cc0e72 chore(deps): bump sage
  • f7c5a0e chore(deps): bump go.einride.tech/sage from 0.309.0 to 0.323.0 in /.sage
  • 9453ebf docs(security): add Security Policy
  • eceec60 chore(deps): bump the all group with 3 updates
  • 048ad9d chore(deps): bump the all group across 1 directory with 8 updates
  • db8f7a2 chore(deps): bump go.einride.tech/sage from 0.297.0 to 0.309.0 in /.sage
  • 7226602 chore(deps): bump the all group across 1 directory with 8 updates
  • a30e076 chore(deps): bump the all group across 1 directory with 9 updates
  • Additional commits viewable in compare view

Updates google.golang.org/genproto from 0.0.0-20240521202816-d264139d666e to 0.0.0-20241021214115-324edc3d5d38

Commits

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20240521202816-d264139d666e to 0.0.0-20250204164813-702378808489

Commits

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

Release notes

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

Release 1.70.0

Behavior Changes

  • client: reject service configs containing an invalid retryPolicy in accordance with gRFCs A21 and A6. (#7905)
    • Note that this is a potential breaking change for some users using an invalid configuration, but continuing to allow this behavior would violate our cross-language compatibility requirements.

New Features

  • xdsclient: fallback to a secondary management server (if specified in the bootstrap configuration) when the primary is down is enabled by default. Can be disabled by setting the environment variable GRPC_EXPERIMENTAL_XDS_FALLBACK to false. (#7949)
  • experimental/credentials: experimental transport credentials are added which don't enforce ALPN. (#7980)
    • These credentials will be removed in an upcoming grpc-go release. Users must not rely on these credentials directly. Instead, they should either vendor a specific version of gRPC or copy the relevant credentials into their own codebase if absolutely necessary.

Bug Fixes

  • xds: fix a possible deadlock that happens when both the client application and the xDS management server (responsible for configuring the client) are using the xds:/// scheme in their target URIs. (#8011)

Performance

  • server: for unary requests, free raw request message data as soon as parsing is finished instead of waiting until the method handler returns. (#7998)

Documentation

  • examples/features/gracefulstop: add example to demonstrate server graceful stop. (#7865)

Release 1.69.4

Bug Fixes

  • rbac: fix support for :path header matchers, which would previously never successfully match (#7965).

Documentation

  • examples/features/csm_observability: update example client and server to use the helloworld service instead of echo service (#7945).

Release 1.69.3 was accidentally tagged on the master branch and will be deleted. Please update to 1.69.4 instead.

Release 1.69.2

Bug Fixes

  • stats/experimental: add type aliases for symbols (Metrics/etc) that were moved to the stats package (#7929).
  • client: set user-agent string to the correct version.

Release 1.69.0

Known Issues

  • The recently added grpc.NewClient function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#7556)

New Features

  • stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients (#7874)
  • xdsclient: add support to fallback to lower priority servers when higher priority ones are down (#7701)
  • dns: Add support for link local IPv6 addresses (#7889)
  • The new experimental pickfirst LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimental pickfirst policy can be enabled by setting the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to true. (#7725, #7742)

... (truncated)

Commits
  • 98a0092 Change version to 1.70.0 (#7984)
  • bf380de Cherrypick #7998, #8011, #8010 into 1.70.x (#8028)
  • 54b3eb9 experimental/credentials: Add credentials that don't enforce ALPN (#7980) (#8...
  • 62b9185 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid dat...
  • 724f450 examples/features/csm_observability: use helloworld client and server instead...
  • e8d5feb rbac: add method name to :path in headers (#7965)
  • e912015 cleanup: Fix usages of non-constant format strings (#7959)
  • 681334a cleanup: replace dial with newclient (#7943)
  • 063d352 internal/resolver: introduce a new resolver to handle target URI and proxy ad...
  • 10c7e13 outlierdetection: Support health listener for ejection updates (#7908)
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.34.1 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

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

@dependabot dependabot bot requested a review from odsod as a code owner March 1, 2025 07:50
@dependabot dependabot bot requested a review from a team March 1, 2025 07:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 1, 2025
@fredrikaverpil fredrikaverpil force-pushed the dependabot/go_modules/cmd/saga/go-dependencies-e4e31e2999 branch 3 times, most recently from 8a6812f to 0842813 Compare March 3, 2025 09:57
fredrikaverpil

This comment was marked as duplicate.

Copy link
Copy Markdown
Member

@fredrikaverpil fredrikaverpil Mar 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oscarmuhr please have a quick look at this (https://github.com/einride/extend/pull/286/files#diff-d7ec4e0c2b5c7be5b5268933a63117c9bb5dc9d9d631f2071a7d8631cffe1d86) swagger file change (following a make proto). Does this look right to you?

Copy link
Copy Markdown
Contributor

@oscarmuhr oscarmuhr Mar 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does look rather strange to consider the shipment on the same level in required paths as the other values that are in fact nested inside the shipment. But I'm not 100% sure about the OpenAPI syntax 🤔

perhaps @alethenorio or @radhus would know?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is the culprit PR that caused this change. Sounds like it should be the case

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alethenorio you were right, this change happens in github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I downgraded grpc-gateway (for now), so that we don't get this change merged in as part of this PR.

@fredrikaverpil fredrikaverpil force-pushed the dependabot/go_modules/cmd/saga/go-dependencies-e4e31e2999 branch 3 times, most recently from 79bdd9c to 304866a Compare March 3, 2025 10:07
module github.com/einride/saga/cmd/saga

go 1.22.4
go 1.23
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note this got bumped because;

$ go mod tidy
go: go.einride.tech/aip-cli@v0.31.0 requires go >= 1.23; switching to go1.23.6

@fredrikaverpil fredrikaverpil requested a review from a team March 3, 2025 10:08
@fredrikaverpil fredrikaverpil marked this pull request as draft March 11, 2025 08:44
@fredrikaverpil fredrikaverpil force-pushed the dependabot/go_modules/cmd/saga/go-dependencies-e4e31e2999 branch from 304866a to a4f10bf Compare March 11, 2025 09:55
Bumps the go-dependencies group in /cmd/saga with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/adrg/xdg](https://github.com/adrg/xdg) | `0.4.0` | `0.5.3` |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.20.0` | `2.26.1` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` |
| [go.einride.tech/aip-cli](https://github.com/einride/aip-cli-go) | `0.29.0` | `0.31.0` |
| [go.einride.tech/grpc-service-config](https://github.com/einride/grpc-service-config-go) | `0.11.0` | `0.12.0` |
| [go.einride.tech/iam](https://github.com/einride/iam-go) | `0.54.0` | `0.56.0` |
| [google.golang.org/genproto](https://github.com/googleapis/go-genproto) | `0.0.0-20240521202816-d264139d666e` | `0.0.0-20241021214115-324edc3d5d38` |
| [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20240521202816-d264139d666e` | `0.0.0-20250204164813-702378808489` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.64.1` | `1.70.0` |
| google.golang.org/protobuf | `1.34.1` | `1.36.5` |
| [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) | `3.5.1` | `3.5.2` |

Updates `github.com/adrg/xdg` from 0.4.0 to 0.5.3
- [Release notes](https://github.com/adrg/xdg/releases)
- [Commits](adrg/xdg@v0.4.0...v0.5.3)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.20.0 to 2.26.1
- [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.20.0...v2.26.1)

Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.1...v1.9.1)

Updates `go.einride.tech/aip-cli` from 0.29.0 to 0.31.0
- [Release notes](https://github.com/einride/aip-cli-go/releases)
- [Commits](einride/aip-cli-go@v0.29.0...v0.31.0)

Updates `go.einride.tech/grpc-service-config` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/einride/grpc-service-config-go/releases)
- [Changelog](https://github.com/einride/grpc-service-config-go/blob/master/.goreleaser.yml)
- [Commits](einride/grpc-service-config-go@v0.11.0...v0.12.0)

Updates `go.einride.tech/iam` from 0.54.0 to 0.56.0
- [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.54.0...v0.56.0)

Updates `google.golang.org/genproto` from 0.0.0-20240521202816-d264139d666e to 0.0.0-20241021214115-324edc3d5d38
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20240521202816-d264139d666e to 0.0.0-20250204164813-702378808489
- [Commits](https://github.com/googleapis/go-genproto/commits)

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

Updates `google.golang.org/protobuf` from 1.34.1 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)

---
updated-dependencies:
- dependency-name: github.com/adrg/xdg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.einride.tech/aip-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.einride.tech/grpc-service-config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.einride.tech/iam
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/genproto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: gotest.tools/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@fredrikaverpil fredrikaverpil force-pushed the dependabot/go_modules/cmd/saga/go-dependencies-e4e31e2999 branch from a4f10bf to 6504533 Compare March 11, 2025 09:58
@fredrikaverpil fredrikaverpil marked this pull request as ready for review March 11, 2025 12:35
Copy link
Copy Markdown
Member

@fredrikaverpil fredrikaverpil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 9995a10 into master Mar 11, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/go_modules/cmd/saga/go-dependencies-e4e31e2999 branch March 11, 2025 13:21
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.

3 participants