Skip to content

Bump the go-mod group with 10 updates#45

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-mod-7538aa8696
Closed

Bump the go-mod group with 10 updates#45
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-mod-7538aa8696

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 1, 2025

Copy link
Copy Markdown
Contributor

Bumps the go-mod group with 10 updates:

Package From To
github.com/ClickHouse/clickhouse-go/v2 2.40.1 2.40.3
github.com/DIMO-Network/clickhouse-infra 0.0.5 0.0.7
github.com/DIMO-Network/server-garage 0.0.4 0.0.5
github.com/aws/aws-sdk-go-v2 1.38.3 1.39.2
github.com/aws/aws-sdk-go-v2/credentials 1.18.10 1.18.16
github.com/aws/aws-sdk-go-v2/service/s3 1.87.3 1.88.3
github.com/ethereum/go-ethereum 1.16.3 1.16.4
golang.org/x/sync 0.16.0 0.17.0
google.golang.org/grpc 1.75.0 1.75.1
google.golang.org/protobuf 1.36.8 1.36.9

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

Release notes

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

v2.40.3

What's Changed

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.40.2...v2.40.3

v2.40.2

What's Changed

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.40.1...v2.40.2

Changelog

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

v2.40.3, 2025-09-13

What's Changed

Enhancements 🎉

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.40.2...v2.40.3

v2.40.2, 2025-09-13

What's Changed

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.40.1...v2.40.2

Commits

Updates github.com/DIMO-Network/clickhouse-infra from 0.0.5 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

Commits

Updates github.com/DIMO-Network/server-garage from 0.0.4 to 0.0.5

Release notes

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

v0.0.5

What's Changed

Full Changelog: DIMO-Network/server-garage@v0.0.4...v0.0.5

Commits
  • cafa51d build(deps): bump github.com/prometheus/client_golang (#8)
  • 99ae88f build(deps): bump the actions group with 2 updates (#9)
  • 929eb8a fix: log custom 404 messages
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.38.3 to 1.39.2

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.18.10 to 1.18.16

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.3 to 1.88.3

Commits

Updates github.com/ethereum/go-ethereum from 1.16.3 to 1.16.4

Release notes

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

Bioelectric Infusers (v1.16.4)

This release enables the Osaka (Fusaka) fork on testnets. We also enable two blob-parameter only (BPO) forks for the testnets.

  • Holesky

    • Osaka at time 1759308480 (2025-10-01 08:48:00 UTC)
    • BPO1 at time 1759800000 (2025-10-07 01:20:00 UTC)
    • BPO2 at time 1760389824 (2025-10-13 21:10:24 UTC)
  • Sepolia

    • Osaka at time 1760427360 (2025-10-14 07:36:00 UTC)
    • BPO1 at time 1761017184 (2025-10-21 03:26:24 UTC)
    • BPO2 at time 1761607008 (2025-10-27 23:16:48 UTC)
  • Hoodi

    • Osaka at time 1761677592 (2025-10-28 18:53:12 UTC)
    • BPO1 at time 1762365720 (2025-11-05 18:02:00 UTC)
    • BPO2 at time 1762955544 (2025-11-12 13:52:24 UTC)

With BPO1 and BPO2, the blob capacity of these networks will increase as follows:

  • BPO1: max blobs/block: 15, target: 10
  • BPO2: max blobs/block: 21, target: 14

As of this release, the default block gas limit is set to 60M gas. This is the recommended limit that we, as client authors, feel comfortable with.

CLI commands

  • geth snapshot and related commands no longer fail due to not finding the trie journal file. (#32531)
  • A regression in geth snapshot dump and geth export-preimages is resolved. (#32650)
  • We have added an experimental zkVM 'guest program', keeper, to the source tree. (#32543, #32638, #32736)

RPC

  • eth_call and related operations were fixed to not apply the EIP-7825 per-transaction gas limit when executing under Osaka fork rules. (#32641)
  • For eth_getLogs and other log filtering operations, it is now possible to configure the number of addresses allowed in the filter using the --rpc.logquerylimit flag. (#32327)
  • Starting Geth with the --state.size-tracking option enables collection of precise state size numbers, which can be read using the debug_stateSize endpoint. (#32362)
  • The new debug_executionWitness and debug_executionWitnessByHash methods create a block witness for stateless execution. (#32216)

Tracing & ABIGEN

  • There is a new CodeChangeV2 hook, with a CodeChangeReason parameter. (#32525, #32535)
  • In certain corner-cases related to SELFDESTRUCT, OnBalanceChange was not invoked. (#32526)
  • BoundContract in accounts/abi/bind/v2 now exposes an Address method. (#32559)

Core

  • The EVM MODEXP precompiled account has seen some optimizations to improve performance for worst-case inputs. We are especially grateful for @​GottfriedHerold's work on improving the underlying math/big library. (#32527, #32553, #32568, #32576)

... (truncated)

Commits
  • 41714b4 Merge branch 'master' into release/1.16
  • b964b65 version: release go-ethereum v1.16.4 stable
  • 0977a02 params: schedule Osaka/BPO1/BPO2 for testnets (#32735)
  • 7d8ccdd all: refactor to use builtin max/min (#32694)
  • bacc150 core/txpool: add eip2681 check for incoming transactions (#32726)
  • ad484fc build: upgrade to execution-spec-tests v5.1.0 (#32742)
  • 89158aa core/txpool/blobpool: convert and add one-by-one (#32718)
  • 965ffff all: add bpo1 and bpo2 overrides (#32737)
  • 7611f35 accounts/abi/bind: fix data race in TestWaitDeployedCornerCases (#32740)
  • 1c706d1 accounts/keystore: use ticker to avoid timer allocations (#32732)
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.16.0 to 0.17.0

Commits
  • 04914c2 all: upgrade go directive to at least 1.24.0 [generated]
  • See full diff in compare view

Updates google.golang.org/grpc from 1.75.0 to 1.75.1

Release notes

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

Release 1.75.1

Bug Fixes

  • transport: Fix a data race while copying headers for stats handlers in the std lib http2 server transport. (#8519)
  • xdsclient:
    • Fix a data race caused while reporting load to LRS. (#8483)
    • Fix regression preventing empty node IDs when creating an LRS client. (#8483)
  • server: Fix a regression preventing streams from being cancelled or timed out when blocked on flow control. (#8528)
Commits

Updates google.golang.org/protobuf from 1.36.8 to 1.36.9

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

Bumps the go-mod group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.40.1` | `2.40.3` |
| [github.com/DIMO-Network/clickhouse-infra](https://github.com/DIMO-Network/clickhouse-infra) | `0.0.5` | `0.0.7` |
| [github.com/DIMO-Network/server-garage](https://github.com/DIMO-Network/server-garage) | `0.0.4` | `0.0.5` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.38.3` | `1.39.2` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.18.10` | `1.18.16` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.87.3` | `1.88.3` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.16.3` | `1.16.4` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.16.0` | `0.17.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.75.0` | `1.75.1` |
| google.golang.org/protobuf | `1.36.8` | `1.36.9` |


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

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

Updates `github.com/DIMO-Network/server-garage` from 0.0.4 to 0.0.5
- [Release notes](https://github.com/DIMO-Network/server-garage/releases)
- [Commits](DIMO-Network/server-garage@v0.0.4...v0.0.5)

Updates `github.com/aws/aws-sdk-go-v2` from 1.38.3 to 1.39.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.38.3...v1.39.2)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.10 to 1.18.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.10...config/v1.18.16)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.87.3 to 1.88.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.87.3...service/s3/v1.88.3)

Updates `github.com/ethereum/go-ethereum` from 1.16.3 to 1.16.4
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.16.3...v1.16.4)

Updates `golang.org/x/sync` from 0.16.0 to 0.17.0
- [Commits](golang/sync@v0.16.0...v0.17.0)

Updates `google.golang.org/grpc` from 1.75.0 to 1.75.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.75.0...v1.75.1)

Updates `google.golang.org/protobuf` from 1.36.8 to 1.36.9

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.40.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- 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/server-garage
  dependency-version: 0.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.39.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.18.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.88.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.16.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: golang.org/x/sync
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.75.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Oct 1, 2025
@dependabot
dependabot Bot requested a review from KevinJoiner as a code owner October 1, 2025 23:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 1, 2025
@dependabot @github

dependabot Bot commented on behalf of github Oct 16, 2025

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Oct 16, 2025
@dependabot
dependabot Bot deleted the dependabot/go_modules/go-mod-7538aa8696 branch October 16, 2025 18:36
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