Skip to content

chore(deps): bump the go-mod group across 1 directory with 14 updates#68

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

chore(deps): bump the go-mod group across 1 directory with 14 updates#68
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-mod-b01d62b389

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

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

Package From To
github.com/99designs/gqlgen 0.17.86 0.17.89
github.com/ClickHouse/clickhouse-go/v2 2.43.0 2.44.0
github.com/DIMO-Network/cloudevent 0.2.5 1.0.4
github.com/DIMO-Network/server-garage 0.0.7 0.0.8
github.com/auth0/go-jwt-middleware/v2 2.2.2 2.3.1
github.com/aws/aws-sdk-go-v2 1.38.3 1.41.5
github.com/aws/aws-sdk-go-v2/credentials 1.18.10 1.19.13
github.com/aws/aws-sdk-go-v2/service/s3 1.87.3 1.98.0
github.com/ethereum/go-ethereum 1.17.1 1.17.2
github.com/grpc-ecosystem/go-grpc-middleware/v2 2.3.2 2.3.3
github.com/rs/zerolog 1.34.0 1.35.0
google.golang.org/grpc 1.79.3 1.80.0

Updates github.com/99designs/gqlgen from 0.17.86 to 0.17.89

Release notes

Sourced from github.com/99designs/gqlgen's releases.

v0.17.89

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.88...v0.17.89

v0.17.88

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.87...v0.17.88

v0.17.87

What's Changed

... (truncated)

Commits
  • 76d62cf release v0.17.89
  • be391ae Remove use_light_mode_prefetch option (#4080)
  • 8139cd1 fix: batch resolver being called multiple times for interface implementations...
  • f7f177b Ignore headers from body (#4088)
  • 5f192cc chore(deps): bump dawidd6/action-download-artifact from 16 to 19 (#4092)
  • 82bf845 fix: Handle interface-to-interface inheritance in introspection (#4083)
  • daf8f07 chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#4069)
  • 3e77913 chore(deps-dev): bump @​graphql-codegen/cli in /integration
  • f92e401 Refactor: just split injectTypesFromSchema into smaller methods (#4061)
  • 6edc0f4 Updated integration test dependencies (#4071)
  • Additional commits viewable in compare view

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

Release notes

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

v2.44.0

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

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

Changelog

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

v2.44.0, 2026-03-31

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

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

Commits
  • b24794b Update release notes
  • d6c6a95 Merge pull request #1816 from ClickHouse/kavirajk/agent-review-id-token-fix
  • 9ca8018 chore: remove the todos
  • 5e30f1d chore: fix the code-review CI error with enough rights.
  • fcfc8b8 Merge pull request #1811 from ClickHouse/kavirajk/integrate-claude-code-gh-ac...
  • bbccf8c chore: add a premble about allowed tools
  • 1da17c1 chore: add basic permissions needed for code review
  • 208ead9 chore: update few agent notes on code review
  • 0c97e2c workflow: add github workflow for claude based code review
  • b8d1fe8 Merge pull request #1809 from ClickHouse/kavirajk/agent-init
  • Additional commits viewable in compare view

Updates github.com/DIMO-Network/cloudevent from 0.2.5 to 1.0.4

Release notes

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

v0.2.6

Full Changelog: DIMO-Network/cloudevent@v0.2.5...v0.2.6

Commits

Updates github.com/DIMO-Network/server-garage from 0.0.7 to 0.0.8

Release notes

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

v0.0.8

Full Changelog: DIMO-Network/server-garage@v0.0.7...v0.0.8

Commits

Updates github.com/auth0/go-jwt-middleware/v2 from 2.2.2 to 2.3.1

Release notes

Sourced from github.com/auth0/go-jwt-middleware/v2's releases.

v2.3.1

Security

v2.3.0

Added

Fixed

Changelog

Sourced from github.com/auth0/go-jwt-middleware/v2's changelog.

v2.3.1 (2025-11-20)

Full Changelog

Security

v2.3.0 (2025-03-05)

Full Changelog

Added

Fixed

Commits

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

Commits

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

Commits

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

Commits

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

Release notes

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

EMF Suppressor (v1.17.2)

This is a maintenance release with several important bug fixes. Notably, a critical issue in debug_executionWitness could previously corrupt node data, users relying on this RPC endpoint are strongly advised to upgrade.

Geth now also supports syncing with chains where pre-Prague history has been pruned, and allows explicitly removing it via geth prune-history --history.chain postprague.

Geth

  • Set default cache size to 4GB across all networks (#33836, #33975)
  • Added support for pruning chain history prior to the Prague fork (#33657, #34036)
  • Added fetchpayload command to build execution witnesses for specific blocks (#33919)
  • Optimized Era history import with batched insertion (#33894)
  • Added womir target for keeper (#34079)
  • Added support for iterating a single storage trie in geth snapshot traverse-state and geth snapshot traverse-rawstate (#34051)

Core

  • Amsterdam fork updates:
    • EIP-8024: Switch to branchless normalization and extend EXCHANGE (#33869)
    • EIP-7778: Block gas accounting without refunds (#33593)
    • EIP-7954: Increase maximum contract size (#33832)
    • EIP-7708: ETH transfers now emit logs (#33645)
    • Reworked gas measurement order (prerequisite for EIP-7928) (#33648)
  • Improved payload building by prewarming trie nodes for state hash computation (#33945)
  • Various binary trie improvements (#33951, #33961, #33989, #34021, #34032, #34022, #34056)
  • Upgraded go-eth-kzg to v1.5.0, significantly reducing allocations in VerifyCellProofBatch (#33963)
  • Refactored state database in preparation for binary trie integration (#33816)
  • Enabled trie node history retention on existing nodes (#33934)
  • Optimized historical state indexer with batch processing (#33640)
  • Fixed potential deadlock in txlookup (#34039)
  • Added new RLP APIs (#34052, #34048)
  • Fix dir.Sync() failure in freezer on Windows (#34115)

Networking

  • Avoid duplicate connections by skipping simultaneous inbound/outbound dials (#33198)
  • Fixed session key mismatch by using consistent remote address handling in discv5 tests (#34031)
  • Added DNS hostname resolution for bootstrap nodes (#34101)

RPC

  • Fixed state corruption issue in debug_executionWitness; deprecated debug_executionWitnessByHash (#33931)
  • Added MaxUsedGas field to eth_simulateV1 response (#32789)
  • Fixed gas cap handling in eth_simulateV1 (#33952)
  • Fixed nonce revert edge case during contract creation in tracer (#33978)
  • Fixed eth_createAccessList to return an empty list instead of null for storage keys (#33976)
  • eth_getFilterLogs now returns an error if the requested chain segment has been pruned (#33823)
  • Fixed slot number encoding in RPC responses (#34005)
  • Enforce RPC call limits for eth_simulateV1 (#34616)
  • Enforce storage slot limits for proofs in eth_getProof (#34617)

Observability

... (truncated)

Commits

Updates github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.3.2 to 2.3.3

Release notes

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

v2.3.3

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.2...v2.3.3

Commits
  • 390bcef avoid unnecessary logging field creation when payload logging is disabled (#809)
  • 748e2b2 fix metric label initialize (#810)
  • af451d0 fix(ci): tidy module before linting (#808)

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

| Package | From | To |
| --- | --- | --- |
| [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | `0.17.86` | `0.17.89` |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.43.0` | `2.44.0` |
| [github.com/DIMO-Network/cloudevent](https://github.com/DIMO-Network/cloudevent) | `0.2.5` | `1.0.4` |
| [github.com/DIMO-Network/server-garage](https://github.com/DIMO-Network/server-garage) | `0.0.7` | `0.0.8` |
| [github.com/auth0/go-jwt-middleware/v2](https://github.com/auth0/go-jwt-middleware) | `2.2.2` | `2.3.1` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.38.3` | `1.41.5` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.18.10` | `1.19.13` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.87.3` | `1.98.0` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.17.1` | `1.17.2` |
| [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://github.com/grpc-ecosystem/go-grpc-middleware) | `2.3.2` | `2.3.3` |
| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.34.0` | `1.35.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.79.3` | `1.80.0` |



Updates `github.com/99designs/gqlgen` from 0.17.86 to 0.17.89
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.86...v0.17.89)

Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.43.0 to 2.44.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.43.0...v2.44.0)

Updates `github.com/DIMO-Network/cloudevent` from 0.2.5 to 1.0.4
- [Release notes](https://github.com/DIMO-Network/cloudevent/releases)
- [Commits](https://github.com/DIMO-Network/cloudevent/commits)

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

Updates `github.com/auth0/go-jwt-middleware/v2` from 2.2.2 to 2.3.1
- [Release notes](https://github.com/auth0/go-jwt-middleware/releases)
- [Changelog](https://github.com/auth0/go-jwt-middleware/blob/master/CHANGELOG.md)
- [Commits](auth0/go-jwt-middleware@v2.2.2...v2.3.1)

Updates `github.com/aws/aws-sdk-go-v2` from 1.38.3 to 1.41.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.38.3...v1.41.5)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.10 to 1.19.13
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.10...credentials/v1.19.13)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.87.3 to 1.98.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.87.3...service/s3/v1.98.0)

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

Updates `github.com/grpc-ecosystem/go-grpc-middleware/v2` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases)
- [Commits](grpc-ecosystem/go-grpc-middleware@v2.3.2...v2.3.3)

Updates `github.com/rs/zerolog` from 1.34.0 to 1.35.0
- [Commits](rs/zerolog@v1.34.0...v1.35.0)

Updates `github.com/vektah/gqlparser/v2` from 2.5.31 to 2.5.32
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.31...v2.5.32)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](golang/sync@v0.19.0...v0.20.0)

Updates `google.golang.org/grpc` from 1.79.3 to 1.80.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.79.3...v1.80.0)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-version: 0.17.89
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/cloudevent
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/server-garage
  dependency-version: 0.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/auth0/go-jwt-middleware/v2
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.5
  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.19.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.98.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.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/grpc-ecosystem/go-grpc-middleware/v2
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-version: 2.5.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: golang.org/x/sync
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.80.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 Apr 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 3, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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