Skip to content

Bump the go-mod group across 1 directory with 5 updates#56

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-mod-e19aad558a
Open

Bump the go-mod group across 1 directory with 5 updates#56
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-mod-e19aad558a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
github.com/ClickHouse/clickhouse-go/v2 2.40.1 2.46.0
github.com/DIMO-Network/clickhouse-infra 0.0.7 0.0.8
github.com/ethereum/go-ethereum 1.17.1 1.17.3
github.com/parquet-go/parquet-go 0.28.0 0.29.0
github.com/tidwall/gjson 1.18.0 1.19.0

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

Release notes

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

v2.46.0

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.45.0...v2.46.0

v2.45.0

What's Changed

Bug Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.44.0...v2.45.0

v2.44.0

What's Changed

Enhancements 🎉

... (truncated)

Changelog

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

v2.46.0, 2026-05-03

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.45.0...v2.46.0

v2.45.0, 2026-04-13

What's Changed

Bug Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.44.0...v2.45.0

v2.44.0, 2026-03-31

What's Changed

Enhancements 🎉

... (truncated)

Commits
  • 13b74cb Update release notes
  • 0cc2430 Merge pull request #1850 from ClickHouse/kavirajk/fix-nullable-json-string-bug
  • 1d36846 chore: comments and test protocol coverage
  • 48d0c93 chore: avoid double write on mix slice
  • 5ad2286 chore: make the toJSONString() version agnostic
  • 5edb3f2 chore: fix the correct untyped/untyped nil check
  • dc371a4 fix: add integrations tests on real server
  • e999170 fix: subtle case of []*string{nil} behavior
  • ec231cd Update lib/column/json.go
  • 9257940 Update lib/column/json_test.go
  • Additional commits viewable in compare view

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

Release notes

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

v0.0.8

What's Changed

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

Commits
  • 50d26b3 Merge pull request #46 from DIMO-Network/upgrade_vers
  • fb8049b Upgrade ClickHouse container to 25.12.1.649
  • See full diff in compare view

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

Release notes

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

Enzymatic Injector (v1.17.3)

This is a maintenance release with continued progress on the Amsterdam fork implementation. It also introduces ETH/70, which is now live on the network.

ethereum/execution-apis#762reexec has been removed from the tracing config:

  • memory: words are 0x-prefixed and padded to 32 bytes
  • storage: keys and values are 0x-prefixed
  • error: omitted when empty (previously serialized as "")

Geth

  • Add retry mechanism for checkpoint init in blsync (#33966)
  • Add subcommand for offline binary tree conversion (#33740)
  • Add code exporter for db export (#34696)

Core

  • Amsterdam fork updates:
  • Implement stack arena (#33960)
  • Implement EIP-7975: eth/70 partial block receipt lists (#33153)
  • Prerequisites of snap/2 protocol (#34083, #34649, #34654, #34874)
  • Implement history index pruner for path-mode archive nodes (#33999)
  • Add Prague chain segment pruning point for Hoodi (#34714)
  • Allow reorging head to parent within 32 blocks under ePBS (#34767)
  • Stop serving chain segment requests when data is unavailable (#34787)
  • Drop peers sending invalid bodies or receipts (#34745, #34870)
  • Add kzg4844 cell-related functions (#34766)
  • State database refactoring (#33102, #34700, #34763, #34724)
  • Binary trie improvements (#34055, #34110, #34670, #34676, #34680, #34690, #34754, #34758, #34777, #34794)
  • Merge EIP-4762 access events for all system calls (#34637)
  • Reject duplicate layers in the path database (#34642)
  • Omit empty slotNumber and fix block value collection in pre-Amsterdam engine API payloads (#34704)
  • Include the operand in EIP-8024 error messages (#34635)
  • Fix vmodule downgrades and propagate verbosity changes to derived loggers (#33111)
  • Fix incorrect fsync ordering for index file truncation (#34728)
  • Fix file descriptor leak in freezer error paths (#34735)
  • Fix size calculation in path database (#34828)
  • Fix gapped queue size cap in blobpool (#34831)
  • Improve txpool pending concurrency by using read-only locking (#32924)
  • Replace deprecated TypeMux with Feed (#32585)
  • Continue blob retrieval when individual cell proof extraction fails (#34891)
  • Use uint256 in core Message for faster gas calculations (#34934)

... (truncated)

Commits

Updates github.com/parquet-go/parquet-go from 0.28.0 to 0.29.0

Release notes

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

v0.29.0

What's Changed

Other changes

New Contributors

Full Changelog: parquet-go/parquet-go@v0.28.0...v0.29.0

Commits
  • c11a1be Fix tiny typos in error messages (#486)
  • 534e16a feat: add int(n) and uint(n) struct tags for explicit integer bit width contr...
  • 725b598 fix: MergeRowGroups multi-segment ordering and DropDuplicatedRows (#483)
  • c478631 feat: support int8, uint8, int16, uint16 struct field types (#482)
  • fec8026 Fix GenericWriter[any] panic with map containing struct with optional field (...
  • 76a69ee fix: support non-standard LIST naming in parquet files (#481)
  • b9bedfb fix: zero values in optional columns are no longer treated as null (#480)
  • 797eb8e feat(writer): add Size() for estimating file and row group size (#479)
  • 661b21e fix: preserve LIST and MAP types from ConvertedType-only group nodes (#477)
  • 21d5c9f docs: improve struct tag documentation and discoverability (#476)
  • Additional commits viewable in compare view

Updates github.com/tidwall/gjson from 1.18.0 to 1.19.0

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/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.40.1` | `2.46.0` |
| [github.com/DIMO-Network/clickhouse-infra](https://github.com/DIMO-Network/clickhouse-infra) | `0.0.7` | `0.0.8` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.17.1` | `1.17.3` |
| [github.com/parquet-go/parquet-go](https://github.com/parquet-go/parquet-go) | `0.28.0` | `0.29.0` |
| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.18.0` | `1.19.0` |



Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.40.1 to 2.46.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.46.0)

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

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

Updates `github.com/parquet-go/parquet-go` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/parquet-go/parquet-go/releases)
- [Changelog](https://github.com/parquet-go/parquet-go/blob/main/CHANGELOG.md)
- [Commits](parquet-go/parquet-go@v0.28.0...v0.29.0)

Updates `github.com/tidwall/gjson` from 1.18.0 to 1.19.0
- [Commits](tidwall/gjson@v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/clickhouse-infra
  dependency-version: 0.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/parquet-go/parquet-go
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/tidwall/gjson
  dependency-version: 1.19.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 added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 12, 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