Skip to content

Bump the go-mod group across 1 directory with 10 updates#107

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-mod-082fd339e0
Open

Bump the go-mod group across 1 directory with 10 updates#107
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-mod-082fd339e0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

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

Package From To
github.com/DIMO-Network/clickhouse-infra 0.0.3 0.0.7
github.com/DIMO-Network/nameindexer 0.0.14-0.20250102172234-5b6c47902928 0.1.2
github.com/ethereum/go-ethereum 1.14.13 1.17.1
github.com/redpanda-data/benthos/v4 4.33.0 4.67.0
github.com/redpanda-data/connect/public/bundle/free/v4 4.31.0 4.82.0

Updates github.com/DIMO-Network/clickhouse-infra from 0.0.3 to 0.0.7

Release notes

Sourced from github.com/DIMO-Network/clickhouse-infra's releases.

v0.0.7

Full Changelog: DIMO-Network/clickhouse-infra@v0.0.6...v0.0.7

v0.0.6

Full Changelog: DIMO-Network/clickhouse-infra@v0.0.5...v0.0.6

v0.0.5

What's Changed

Full Changelog: DIMO-Network/clickhouse-infra@v0.0.4...v0.0.5

v0.0.4

What's Changed

New Contributors

Full Changelog: DIMO-Network/clickhouse-infra@v0.0.3...v0.0.4

Commits

Updates github.com/DIMO-Network/nameindexer from 0.0.14-0.20250102172234-5b6c47902928 to 0.1.2

Release notes

Sourced from github.com/DIMO-Network/nameindexer's releases.

v0.1.2

What's Changed

Full Changelog: DIMO-Network/nameindexer@v0.1.1...v0.1.2

v0.1.1

What's Changed

Full Changelog: DIMO-Network/nameindexer@v0.1.0...v0.1.1

v0.1.0

What's Changed

Full Changelog: DIMO-Network/nameindexer@v0.0.13...v0.1.0

Commits

Updates github.com/docker/go-connections from 0.5.0 to 0.6.0

Commits
  • 42faf79 Merge pull request #138 from thaJeztah/sockets_move_unix_options
  • 9ffab7e sockets: make NewUnixSocket, WithChown, WithChmod unix-only
  • 6bb1d15 Merge pull request #135 from thaJeztah/rename_test_files
  • b6c843d sockets: rename files to be considered test files
  • 80898b6 Merge pull request #133 from thaJeztah/deprecate_socket_dialpipe
  • a4399e5 socket: deprecate DialPipe
  • b071e04 Merge pull request #128 from thaJeztah/remove_old_cyphers
  • 578bfde Merge pull request #132 from thaJeztah/optimize_ParsePortSpec
  • deccd71 tlsconfig: align client and server defaults, remove weak CBC ciphers
  • 30b91c8 nat: ParsePortSpec: combine some conditions
  • Additional commits viewable in compare view

Updates github.com/ethereum/go-ethereum from 1.14.13 to 1.17.1

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Eezo Shunt (v1.17.1)

This is a bug fix release and is recommended for all users. It resolves a regression in snap sync, as well as several security issues.

Geth

  • The engine API no longer enables plain-text HTTP2, due to some reports of incompatibilities with the teku CL (#33922)
  • The new --metrics.influxdb.interval flag allows changing the metrics reporting interval. (#33767)
  • Geth has a new inspect-trie subcommand that prints information about node counts at all state trie depths (#28892)

Core

  • Some Amsterdam fork-related changes:
  • Payload building had a fix that could prevent the CL from receiving the latest built payloads (#33908)

Networking

  • Geth no longer supports p2p protocol version eth/68 (#33511)
  • A rare crash in p2p request tracking is resolved (#33940)
  • The transaction pool, and specifically the blobpool, saw some fixes that reduce relaying transactions that likely won't make it into the chain, or have already been included on chain recently. This should reduce txpool traffic (#33607, #33887, #33923, #33893)
  • In v1.17.0, a regression in snap-sync was introduced that would cause sync to fail when using --history.chain=postmerge (#33865)
  • Snap-sync had a bug where peer connections would stop being used after a timeout or similar event. This wasn't too noticeable for mainnet sync because of peer churn (#33790)
  • Unexpected state delivered by peers is now reported during snap-sync (#33898)
  • P2P listener metrics now record handshake timeouts correctly (#33539)

RPC

  • eth_estimateGas now honors the user-supplied access list (#33849)
  • New RPC method: eth_getStorageValues (#32591)
  • New RPC method: testing_buildBlockV1 (#33656)

Build

  • This release is built with Go 1.25.7 (#33874)
  • Our official Docker images are experimentally built with Go 1.26 (#33899)

For a full rundown of the changes please consult the Geth 1.17.1 release milestone.


As with all our previous releases, you can find the:

... (truncated)

Commits

Updates github.com/redpanda-data/benthos/v4 from 4.33.0 to 4.67.0

Changelog

Sourced from github.com/redpanda-data/benthos/v4's changelog.

4.67.0 - 2026-03-05

Added

  • Profiling: allow specifying mutex profiling rate (@​rockwotj)
  • Go API: Add Resources.StreamID() in service package (@​mmatczuk)

4.66.0 - 2026-02-27

Added

  • The command processor now emits the exit_code metadata field. (@​mihaitodor)
  • Go API: Message now exposes MetaGetImmut and MetaSetImmut methods for reading and writing metadata values of any type with immutable semantics. (@​Jeffail)

Fixed

  • Fixed a regression where input and output resources imported but unused were being initialized. (@​Jeffail)

4.65.1 - 2026-02-20

Added

  • Go API: Common schemas now support Any field types. (@​Jeffail)

Fixed

  • test command: Templates registered via the -t flag are now correctly available during test execution. (@​Phantal)

4.65.0 - 2026-02-18

Added

  • Go API: Schema caching and fingerprinting support added to avoid redundant format conversions. (@​Jeffail)
  • Bloblang method split now supports converting empty substrings to null directly. (@​rockwotj)

4.64.0 - 2026-01-30

Added

  • Go API: New ConfigQuerier API added for extracting parsed configs. (@​Jeffail)
  • Go API: The Resources type now supports executing connection tests across all resources. (@​Jeffail)

4.63.1 - 2026-01-16

Fixed

  • http_server: Use SO_REUSEADDR to avoid being blocked by TIME_WAIT upon connector restart. (@​vuldin)

4.63.0 - 2025-12-18

... (truncated)

Commits
  • 86da584 chore: update changelog (#382)
  • feae67f build(deps): bump the production-dependencies group with 3 updates (#363)
  • a81f246 docs: cross-reference split processor from batch-producing processors (#378)
  • 5b4bdfe Add Resources.StreamID()
  • a6a4b18 debug: allow specifying mutex profiling rate (#376)
  • b3fe505 Add exit_code metadata to the command processor (#349)
  • 6255478 update CL
  • b7c66ff docs: clarify concurrency safety in message APIs
  • cbb02b7 test(service): add metadata model tests and benchmarks, fix ShallowCopy race
  • 6209e4e feat(service): add MetaGetImmut/MetaSetImmut
  • Additional commits viewable in compare view

Updates github.com/redpanda-data/connect/public/bundle/free/v4 from 4.31.0 to 4.82.0

Release notes

Sourced from github.com/redpanda-data/connect/public/bundle/free/v4's releases.

v4.82.0

For installation instructions check out the getting started guide.

Added

  • redis: Add configuration option to set client name for redis connections. (@​nhaberla)
  • benthos: The command processor now emits the exit_code metadata field. (@​mihaitodor)
  • postgres_cdc: Input now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such as schema_registry_encode. (@​Jeffail)
  • iceberg: New output, allows writing Iceberg data to REST catalogs in s3, gcs and adls. (@​rockwotj)
  • microsoft_sql_server_cdc: Input now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such as schema_registry_encode. (@​Jeffail)
  • otlp: Add oauth2 support and service account fallback to schemaregistry (@​mmatczuk)

Changed

  • snowflake_streaming output: the commit polling backoff is now configurable via the commit_backoff object. The commit_timeout field is deprecated in favour of commit_backoff.max_elapsed_time.
  • tigerbeetle_cdc input: adds the timeout_seconds configuration and triggers monitoring in case of lost connectivity with the TigerBeetle cluster. (@​batiati)

Fixed

  • test command: Templates registered via the -t flag are now correctly available during test execution. (@​Phantal)
  • benthos: Fixed a regression where input and output resources imported but unused were being initialized. (@​Jeffail)
  • redpanda/migrator: fix key scoping to prevent label collision (@​mmatczuk)

The full change log can be found here.

v4.82.0-rc2

For installation instructions check out the getting started guide.

NOTE: This is a release candidate, you can download a binary from this page.

Added

  • Add configuration option to set client name for redis connections.
  • (Benthos) The command processor now emits the exit_code metadata field. (@​mihaitodor)
  • The postgres_cdc input now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such as schema_registry_encode. (@​Jeffail)

Changed

  • snowflake_streaming output: the commit polling backoff is now configurable via the commit_backoff object. The commit_timeout field is deprecated in favour of commit_backoff.max_elapsed_time.
  • tigerbeetle_cdc input: adds the timeout_seconds configuration and triggers monitoring in case of lost connectivity with the TigerBeetle cluster. (@​batiati)

Fixed

  • test command: Templates registered via the -t flag are now correctly available during test execution. (@​Phantal)
  • (Benthos) Fixed a regression where input and output resources imported but unused were being initialized. (@​Jeffail)

... (truncated)

Changelog

Sourced from github.com/redpanda-data/connect/public/bundle/free/v4's changelog.

4.82.0 - 2026-03-05

Added

  • redis: Add configuration option to set client name for redis connections. (@​nhaberla)
  • benthos: The command processor now emits the exit_code metadata field. (@​mihaitodor)
  • schema_registry_encode: Add metadata-driven schema registration mode. When schema_metadata is set, the processor reads a common schema from message metadata, converts it to Avro or JSON Schema, registers it with the schema registry, and encodes the message. This enables CDC inputs to automatically register schemas without pre-registration. The top-level avro_raw_json field is deprecated in favor of a new avro config block.
  • postgres_cdc: Input now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such as schema_registry_encode. (@​Jeffail)
  • iceberg: New output, allows writing Iceberg data to REST catalogs in s3, gcs and adls. (@​rockwotj)
  • microsoft_sql_server_cdc: Input now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such as schema_registry_encode. (@​Jeffail)
  • otlp: Add oauth2 support and service account fallback to schemaregistry (@​mmatczuk)

Changed

  • snowflake_streaming output: the commit polling backoff is now configurable via the commit_backoff object. The commit_timeout field is deprecated in favour of commit_backoff.max_elapsed_time.
  • tigerbeetle_cdc input: adds the timeout_seconds configuration and triggers monitoring in case of lost connectivity with the TigerBeetle cluster. (@​batiati)

Fixed

  • test command: Templates registered via the -t flag are now correctly available during test execution. (@​Phantal)
  • benthos: Fixed a regression where input and output resources imported but unused were being initialized. (@​Jeffail)
  • redpanda/migrator: fix key scoping to prevent label collision (@​mmatczuk)
  • postgres_cdc: Fixed issue where snapshot chunksize can be 0 (@​josephwoodward)

4.81.0 - 2026-02-18

Added

  • The mysql_cdc input now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such as schema_registry_encode. (@​Jeffail)
  • (Benthos) Bloblang method split now supports converting empty substrings to null directly. (@​rockwotj)
  • Go API: New DiscoverAndRegisterPlugins mechanism added to the public/plugins/go/rpcnloader package. (@​prakhargarg105)

4.80.1 - 2026-02-05

Changed

  • chroot: existing directories are now allowed. (@​birdayz)

4.80.0 - 2026-02-04

Added

  • otlp_grpc: add authorization support with JWT validation. (@​mmatczuk)
  • redpanda/migrator: add max_parallel_http_requests field for concurrent schema migration. (@​mmatczuk)
  • redpanda/migrator: implement DFS traversal for schema dependencies. (@​mmatczuk)
  • redpanda/migrator: stream schemas instead of loading all into memory. (@​mmatczuk)
  • redpanda/migrator: add progress logs to schema migration worker. (@​mmatczuk)

... (truncated)

Commits
  • 571fa57 mysql_cdc: CDC integration test failures after schema metadata changes (#4067)
  • ef475f4 chore: update changelog (#4066)
  • b25be56 microsoft_sql_server_cdc: fix stream lifecycle in schema metadata test
  • 48c3965 microsoft_sql_server_cdc: capture schema metadata
  • 66c2140 docs: update docs based on recent Benthos changes (#4065)
  • b1b639b sql: add pgx driver support to missing sql connectors (#4064)
  • f28567f redpanda/migrator: fix key scoping to prevent label collision
  • ddf7b7c chore: bump Benthos to v4.67.0
  • f35fc44 chore: bump vulnerabilities discovered by security scan (#4061)
  • deecba3 sql: add pgx as alternate PostgreSQL driver (#3674)
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.22.0 to 0.33.0

Commits
  • 27761a2 go.mod: update golang.org/x dependencies
  • 4c04067 go.mod: update golang.org/x dependencies
  • d271cf3 go.mod: update golang.org/x dependencies
  • 269c237 sumdb/note: delete chop
  • 3f03020 x/mod: apply go fix and go vet
  • 7416265 go.mod: update golang.org/x dependencies
  • 5517a71 all: fix some comments
  • b6cdd1a modfile: use reflect.TypeFor instead of reflect.TypeOf
  • bba3e06 go.mod: update golang.org/x dependencies
  • 1759e96 go.mod: update golang.org/x dependencies
  • Additional commits viewable in compare view

Updates golang.org/x/time from 0.5.0 to 0.14.0

Commits
  • 2b4e439 rate: use time.Time.Equal instead of ==
  • c0b0320 all: upgrade go directive to at least 1.24.0 [generated]
  • 1616a7f rate: skip time.Now call in Sometimes.Do unless necessary
  • 0c50ed8 all: upgrade go directive to at least 1.23.0 [generated]
  • 66520f6 rate: simplify function advance only returns new Tokens to caller
  • 2c6c5a2 rate: prevent overflows when calculating durationFromTokens
  • 1ce61fe rate: make function comment match function name
  • 3846194 README: don't recommend go get
  • 772484e x/time/rate: correctly handle 0 limits
  • 5d9ef58 LICENSE: update per Google Legal
  • See full diff in compare view

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

Release notes

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

Release 1.79.1

Bug Fixes

Release 1.79.0

API Changes

  • mem: Add experimental API SetDefaultBufferPool to change the default buffer pool. (#8806)
  • experimental/stats: Update MetricsRecorder to require embedding the new UnimplementedMetricsRecorder (a no-op struct) in all implementations for forward compatibility. (#8780)

Behavior Changes

  • balancer/weightedtarget: Remove handling of Addresses and only handle Endpoints in resolver updates. (#8841)

New Features

  • experimental/stats: Add support for asynchronous gauge metrics through the new AsyncMetricReporter and RegisterAsyncReporter APIs. (#8780)
  • pickfirst: Add support for weighted random shuffling of endpoints, as described in gRFC A113.
    • This is enabled by default, and can be turned off using the environment variable GRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING. (#8864)
  • xds: Implement :authority rewriting, as specified in gRFC A81. (#8779)
  • balancer/randomsubsetting: Implement the random_subsetting LB policy, as specified in gRFC A68. (#8650)

Bug Fixes

  • credentials/tls: Fix a bug where the port was not stripped from the authority override before validation. (#8726)
  • xds/priority: Fix a bug causing delayed failover to lower-priority clusters when a higher-priority cluster is stuck in CONNECTING state. (#8813)
  • health: Fix a bug where health checks failed for clients using legacy compression options (WithDecompressor or RPCDecompressor). (#8765)
  • transport: Fix an issue where the HTTP/2 server could skip header size checks when terminating a stream early. (#8769)
  • server: Propagate status detail headers, if available, when terminating a stream during request header processing. (#8754)

Performance Improvements

  • credentials/alts: Optimize read buffer alignment to reduce copies. (#8791)
  • mem: Optimize pooling and creation of buffer objects. (#8784)
  • transport: Reduce slice re-allocations by reserving slice capacity. (#8797)

Release 1.78.0

Behavior Changes

  • client: Align URL validation with Go 1.26+ to now reject target URLs with unbracketed colons in the hostname. (#8716)
  • transport/client : Return status code Unknown on malformed grpc-status. (#8735)
    • xds/resolver:
  • Drop previous route resources and report an error when no matching virtual host is found.

... (truncated)

Commits

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 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

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

| Package | From | To |
| --- | --- | --- |
| [github.com/DIMO-Network/clickhouse-infra](https://github.com/DIMO-Network/clickhouse-infra) | `0.0.3` | `0.0.7` |
| [github.com/DIMO-Network/nameindexer](https://github.com/DIMO-Network/nameindexer) | `0.0.14-0.20250102172234-5b6c47902928` | `0.1.2` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.14.13` | `1.17.1` |
| [github.com/redpanda-data/benthos/v4](https://github.com/redpanda-data/benthos) | `4.33.0` | `4.67.0` |
| [github.com/redpanda-data/connect/public/bundle/free/v4](https://github.com/redpanda-data/connect) | `4.31.0` | `4.82.0` |



Updates `github.com/DIMO-Network/clickhouse-infra` from 0.0.3 to 0.0.7
- [Release notes](https://github.com/DIMO-Network/clickhouse-infra/releases)
- [Commits](DIMO-Network/clickhouse-infra@v0.0.3...v0.0.7)

Updates `github.com/DIMO-Network/nameindexer` from 0.0.14-0.20250102172234-5b6c47902928 to 0.1.2
- [Release notes](https://github.com/DIMO-Network/nameindexer/releases)
- [Commits](https://github.com/DIMO-Network/nameindexer/commits/v0.1.2)

Updates `github.com/docker/go-connections` from 0.5.0 to 0.6.0
- [Commits](docker/go-connections@v0.5.0...v0.6.0)

Updates `github.com/ethereum/go-ethereum` from 1.14.13 to 1.17.1
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.14.13...v1.17.1)

Updates `github.com/redpanda-data/benthos/v4` from 4.33.0 to 4.67.0
- [Changelog](https://github.com/redpanda-data/benthos/blob/main/CHANGELOG.md)
- [Commits](redpanda-data/benthos@v4.33.0...v4.67.0)

Updates `github.com/redpanda-data/connect/public/bundle/free/v4` from 4.31.0 to 4.82.0
- [Release notes](https://github.com/redpanda-data/connect/releases)
- [Changelog](https://github.com/redpanda-data/connect/blob/main/CHANGELOG.md)
- [Commits](redpanda-data/connect@v4.31.0...v4.82.0)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

Updates `golang.org/x/mod` from 0.22.0 to 0.33.0
- [Commits](golang/mod@v0.22.0...v0.33.0)

Updates `golang.org/x/time` from 0.5.0 to 0.14.0
- [Commits](golang/time@v0.5.0...v0.14.0)

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

---
updated-dependencies:
- dependency-name: github.com/DIMO-Network/clickhouse-infra
  dependency-version: 0.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/nameindexer
  dependency-version: 0.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/docker/go-connections
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/redpanda-data/benthos/v4
  dependency-version: 4.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/redpanda-data/connect/public/bundle/free/v4
  dependency-version: 4.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/mod
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/time
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 13, 2026
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