Skip to content

Bump the go-mod group with 4 updates#53

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-mod-870fdb8e0b
Closed

Bump the go-mod group with 4 updates#53
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-mod-870fdb8e0b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps the go-mod group with 4 updates: github.com/ClickHouse/clickhouse-go/v2, github.com/DIMO-Network/model-garage, github.com/redpanda-data/benthos/v4 and github.com/redpanda-data/connect/v4.

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.40.1 to 2.43.0

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.43.0

What's Changed

Enhancements 🎉

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.42.0...v2.43.0

v2.42.0

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

... (truncated)

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.43.0, 2026-01-29

What's Changed

Enhancements 🎉

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.42.0...v2.43.0

v2.42.0, 2025-12-12

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

... (truncated)

Commits
  • 807d28f Update release notes
  • eea760b Merge pull request #1761 from ClickHouse/kavirajk/qbit-support
  • 103749c Merge branch 'main' into kavirajk/qbit-support
  • 86979ca Merge pull request #1758 from ClickHouse/kavirajk/fix-scantype-time-type
  • 8bf170b chore: upgrade ch-go
  • 7f5cf4c chore: upgrade ch-go
  • 4020c0a chore: fix the duration precision bug on test
  • ded8b36 fix: add test to lock the behavior of how time64 sent to server
  • 427aa07 fix: fix ColTime64 AppendRow api for precision correctness
  • a9857aa chore: removed commented tests
  • Additional commits viewable in compare view

Updates github.com/DIMO-Network/model-garage from 0.8.2 to 0.8.7

Release notes

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

v0.8.7

What's Changed

Bug Fixes

  • fix: handle missing event signals in ruptela DecodeEvent - Fixed strconv.ParseUint: parsing "": invalid syntax error when signals 135, 136, or 143 are missing from ruptela/kaufmann payloads

Maintenance

  • Added lint exclusion for pre-existing var-naming issue in tesla/api package

Full Changelog: DIMO-Network/model-garage@v0.8.6...v0.8.7

v0.8.6

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.8.5...v0.8.6

v0.8.5

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.8.4...v0.8.5

v0.8.4

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.8.3...v0.8.4

v0.8.3

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.8.2...v0.8.3

Commits
  • 807028f fix: handle missing event signals in ruptela DecodeEvent (#227)
  • 4b57793 Merge pull request #226 from DIMO-Network/intg-1917-signal-mapping-r1-can-sig...
  • 5d0dc00 All signals mapped
  • 2b1df71 Drop fingerprint cloud event payload type in case of 0s for smart5 (#225)
  • 5b2c0e5 Support CAN VIN source fileds 123-125 (#224)
  • 3de9d2e FuelTypeName mapping; IO99 (#222)
  • 6b90255 Engine Block Mapping, IO405 (#221)
  • See full diff in compare view

Updates github.com/redpanda-data/benthos/v4 from 4.55.0 to 4.64.1

Changelog

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

Changelog

All notable changes to this project will be documented in this file.

4.65.0 - TBD

Added

  • Go API: Schema caching and fingerprinting support added to avoid redundant format conversions. (@​Jeffail)

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

Added

  • New connectivity testing APIs added to the resources builder and stream builder APIs. (@​Jeffail)

4.62.0 - 2025-12-09

Added

  • CLI: Add support for listing bloblang functions and methods with jsonschema. (@​mmatczuk)
  • CLI: Add input field to blobl command. (@​mmatczuk)
  • socket_server: Add new listener options. (@​alextreichler)

Changed

  • Bloblang: Create category general and register functions without category under a proper category. (@​mmatczuk)
  • Bloblang: Function and method descriptions and examples overhaul. (@​mmatczuk)
  • OpenTelemetry: Update tracer name. (@​rockwotj)

Fixed

  • CLI: Fix data race in blobl command where program exits before printing output. (@​mmatczuk)
  • OpenTelemetry: Fix missed instance of benthos reference. (@​rockwotj)
  • Service: Fix race condition in TestForceTimelyNacksBatchedNoAck. (@​mmatczuk)
  • sequence: Fix input hanging when input fails. (@​eduardodbr)

... (truncated)

Commits
  • c3be912 tracing: set status of HTTP requests
  • ef0eac6 tracing: add support for SetStatus
  • 6fd8d9e Add config query API (#354)
  • c17a056 build(deps): bump the production-dependencies group across 1 directory with 1...
  • c7eed62 tracing(httpclient): add span attributes fot http requests
  • 32bf0e2 tracing/tracingtest: record attributes
  • 4a583a7 tracing: support int attributes
  • 5346c1d processor: fix AutoObserved and AutoObservedBatched
  • bc4e8f5 io(http): fix span hierarchy test using new harness
  • 0fb6d44 tracing/tracingtest: preserve information about parent spans
  • Additional commits viewable in compare view

Updates github.com/redpanda-data/connect/v4 from 4.62.0 to 4.79.0

Release notes

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

v4.79.0

For installation instructions check out the getting started guide.

Added

  • redis_pubsub: redis_pubsub_channel and redis_pubsub_pattern metadata fields added to input component. (@​g-hurst)
  • snowflake_streaming: new message_format and timestamp_format advanced properties introduced. (@​rockwotj)
  • New dry-run subcommand for testing the connections of provided configs. (@​Jeffail)

Fixed

  • Setting the logging level to TRACE, ALL, OFF and NONE no longer emits an error. (@​mihaitodor)

The full change log can be found here.

v4.79.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

  • redis_pubsub: redis_pubsub_channel and redis_pubsub_pattern metadata fields added to input component. (@​g-hurst)
  • snowflake_streaming: new message_format and timestamp_format advanced properties introduced. (@​rockwotj)

Fixed

  • Setting the logging level to TRACE, ALL, OFF and NONE no longer emits an error. (@​mihaitodor)

The full change log can be found here.

v4.79.0-rc1

For installation instructions check out the getting started guide.

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

Added

  • redis_pubsub: redis_pubsub_channel and redis_pubsub_pattern metadata fields added to input component. (@​g-hurst)
  • snowflake_streaming: new message_format and timestamp_format advanced properties introduced. (@​rockwotj)

Fixed

  • Setting the logging level to TRACE, ALL, OFF and NONE no longer emits an error. (@​mihaitodor)

The full change log can be found here.

v4.78.0

For installation instructions check out the getting started guide.

... (truncated)

Changelog

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

4.79.0 - 2026-01-30

Added

  • redis_pubsub: redis_pubsub_channel and redis_pubsub_pattern metadata fields added to input component. (@​g-hurst)
  • snowflake_streaming: new message_format and timestamp_format advanced properties introduced. (@​rockwotj)
  • New dry-run subcommand for testing the connections of provided configs. (@​Jeffail)

Fixed

  • Setting the logging level to TRACE, ALL, OFF and NONE no longer emits an error. (@​mihaitodor)

4.78.0 - 2026-01-16

Added

  • add more ConnectionTest implementations (@​Jeffail)
  • otel: add input and output components for OpenTelemetry OTEL protocol (@​mmatczuk)
  • license: add support for Redpanda v1 licenses (@​Jeffail)
  • aws: add nack_visibility_timeout field to sqs input (@​squiidz)

Fixed

  • mcp: fix parsing of tool names for metrics (@​alenkacz)
  • mcp: update permission names (@​rockwotj)
  • (Benthos) http_server: Use SO_REUSEADDR to avoid being blocked by TIME_WAIT upon connector restart. (@​vuldin)

4.77.0 - 2026-01-06

Fixed

  • elasticsearch_v8: fix Debugf template to respect each argument types (@​peczenyj)

Added

  • elasticsearch_v9: Add support for Elasticsearch v9 (@​peczenyj)

4.76.1 - 2025-12-22

Fixed

  • metrics: Fixed regression with license expiration metric (@​birdayz)

4.76.0 - 2025-12-18

Fixed

  • cgo builds now include FFI and zmq components (@​rockwotj)
  • microsoft_sql_server_cdc: Make character encoding between snapshot and streaming consistent (@​josephwoodward)

... (truncated)

Commits
  • 092ce5e Fix enterprise integration test (#3946)
  • d4c6e0e Bump benthos and add dry-run subcommand (#3943)
  • 42cbe45 Fix failing integration tests and NSQ Connect Test (#3944)
  • 6c89fbd goreleaser: use Docker buildx with docker-container driver
  • 9254219 chore: reformat YAML files
  • 33ac528 goreleaser(ai): fetch ollama/ollama before releasing
  • ba91789 ci: only trigger docs updates on actual releases (#3941)
  • 1685a45 aws: dynamodb streams input
  • 27e03ce snowflake: use new parquet-go parallelized row group construction (#3940)
  • 7be41c6 authz: align with common-go updates (plural resources, User: prefix)
  • 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 added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 3, 2026
Bumps the go-mod group with 4 updates: [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go), [github.com/DIMO-Network/model-garage](https://github.com/DIMO-Network/model-garage), [github.com/redpanda-data/benthos/v4](https://github.com/redpanda-data/benthos) and [github.com/redpanda-data/connect/v4](https://github.com/redpanda-data/connect).


Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.40.1 to 2.43.0
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.40.1...v2.43.0)

Updates `github.com/DIMO-Network/model-garage` from 0.8.2 to 0.8.7
- [Release notes](https://github.com/DIMO-Network/model-garage/releases)
- [Commits](DIMO-Network/model-garage@v0.8.2...v0.8.7)

Updates `github.com/redpanda-data/benthos/v4` from 4.55.0 to 4.64.1
- [Changelog](https://github.com/redpanda-data/benthos/blob/main/CHANGELOG.md)
- [Commits](redpanda-data/benthos@v4.55.0...v4.64.1)

Updates `github.com/redpanda-data/connect/v4` from 4.62.0 to 4.79.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.62.0...v4.79.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/model-garage
  dependency-version: 0.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/redpanda-data/benthos/v4
  dependency-version: 4.64.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/redpanda-data/connect/v4
  dependency-version: 4.79.0
  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 force-pushed the dependabot/go_modules/go-mod-870fdb8e0b branch from 0e1d3fb to d46efdf Compare February 4, 2026 16:11
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 11, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/go-mod-870fdb8e0b branch February 11, 2026 22:34
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

Comments