Skip to content

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

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

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

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
github.com/DIMO-Network/cloudevent 0.1.4 0.1.6
github.com/DIMO-Network/shared 1.0.7 1.1.5
github.com/MicahParks/keyfunc/v3 3.6.1 3.8.0
github.com/ethereum/go-ethereum 1.16.8 1.17.0
github.com/golang-jwt/jwt/v5 5.3.0 5.3.1
golang.org/x/time 0.13.0 0.14.0

Updates github.com/DIMO-Network/cloudevent from 0.1.4 to 0.1.6

Release notes

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

v0.1.6

Refactor header unmarshaling: single parse, reassemble header and unmarshal once (no per-field routing). Unknown keys still go to Extras; data/data_base64 unchanged. Drops setHeaderField.

v0.1.5

What's Changed

New Contributors

Full Changelog: DIMO-Network/cloudevent@v0.1.4...v0.1.5

Commits
  • 720a5aa refactor: unmarshal header once via reassemble, drop setHeaderField
  • fe79f0e Add data_base64 support with minimal API
  • fd6b3af Revert "chore: add dependabot config for model-garage updates"
  • 236ec22 chore: add dependabot config for model-garage updates
  • See full diff in compare view

Updates github.com/DIMO-Network/shared from 1.0.7 to 1.1.5

Release notes

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

v1.1.5

What's Changed

Full Changelog: DIMO-Network/shared@v1.1.4...v1.1.5

v1.1.4

What's Changed

Full Changelog: DIMO-Network/shared@v1.1.3...v1.1.4

v1.1.3

What's Changed

Full Changelog: DIMO-Network/shared@v1.1.2...v1.1.3

v1.1.2

What's Changed

Full Changelog: DIMO-Network/shared@v1.1.1...v1.1.2

v1.1.1

What's Changed

Full Changelog: DIMO-Network/shared@v1.1.0...v1.1.1

v1.1.0

What's Changed

Full Changelog: DIMO-Network/shared@v1.0.9...v1.1.0

v1.0.9

What's Changed

Full Changelog: DIMO-Network/shared@v1.0.8...v1.0.9

v1.0.8

... (truncated)

Commits

Updates github.com/MicahParks/keyfunc/v3 from 3.6.1 to 3.8.0

Release notes

Sourced from github.com/MicahParks/keyfunc/v3's releases.

Expose NoErrorReturnFirstHTTPReq as an option

The purpose of this release is to expose an option to override the NoErrorReturnFirstHTTPReq option passed to jwkset.HTTPClientStorageOptions.

Thank you @​nritholtz for the contribution!

Relevant pull requests:

Expose HTTP client as an option

The purpose of this release is to expose an option to override the *http.DefaultClient.

Relevant pull requests:

Ignore unsupported keys by default

The purpose of this release is to ignore unsupported keys in a JWK Set by default.

Relevant issues:

Relevant pull requests:

Commits

Updates github.com/ethereum/go-ethereum from 1.16.8 to 1.17.0

Release notes

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

Eezo-Inlaid Circuitry (v1.17.0)

This is a feature release, with all accumulated development from the last 3 months. See below for the highlights.

Note that this release contains multiple critical security fixes, as well as many bug fixes, and is recommended for all users. However, if you are cautious about upgrades, you can also install v1.16.9 which has just the critical security fixes. Specifically, this release fixes CVE-2026-26313, CVE-2026-26314, CVE-2026-26315.

We recommend recreating your p2p node key after installing this update, which you can do by removing the DATADIR/geth/nodekey file before restarting geth. Note this will cause a change in the p2p node ID, which may break static peering setups.

Highlights

Path-based Archive Node with Proofs

The path-based archive node can now serve proofs (via eth_getProof) for the state of older blocks.

You can configure the block range that supports proving independently from other archive state availability. Specifically, you can use the --history.trienode command-line flag to set the amount of blocks for which tree nodes will be tracked.

This feature is disabled by default. Note that state history cannot easily be recovered once deleted, as it can only be generated by processing blocks. However, you can enable trienode history (and/or state history) at any time to turn a full node into a partial archive node, keeping state from that point in time onwards.

#32727, #32621, #33551, #32981, #33399, #32913, #33303, #33584, #33329, #33681, #33103, #33098, #33515, #32247

EraE History Support

Geth now suports the EraE file format, an archival format for post-merge chain history.

#32157, #33827

OpenTelemetry Tracing

OpenTelemetry tracing is now supported by the RPC server, including support for distributed tracing. We have also added some tracing spans for block processing via the engine API, i.e. engine_newPayload.

#33599, #33452, #33780, #33521

All Changes

Geth CLI

  • The geth version-check subcommand has been removed. This command checked the geth website for signed vulnerability notices, and would tell if updates are necessary (#33498)
  • There is now a --miner.maxblobs command-line flag to set a limit on blobs included in built blocks (#33129, #33302)
  • Geth now supports continuous profiling with Grafana Pyroscope (#33623)
  • A rare bug that could halt block production in geth --dev mode was fixed (#33146)
  • A new --rpc.rangelimit flag configures the maximum block range for eth_getLogs (#33163)
  • geth --exitwhensynced will now set the finalized and safe block (#33038)
  • geth --ethstats now reports the newPayload processing time to the stats server (#33395)
  • A lot of minor issues in Geth's command-line flag processing have been fixed (#33379, #33338, #33330, #32999, #33279, #33252)
  • The evm blocktest command can now read filenames from stdin when no path is provided (#32824)

Fork Implementation

... (truncated)

Commits
  • 0cf3d3b version: release go-ethereum v1.17.0 stable
  • 9b78f45 crypto/secp256k1: fix coordinate check
  • c709c19 eth/catalyst: add initial OpenTelemetry tracing for newPayload (#33521)
  • 550ca91 consensus/misc: hardening header verification (#33860)
  • a4b3898 internal/telemetry: don't create internal spans without parents (#33780)
  • 0cba803 eth/protocols/eth, eth/protocols/snap: delayed p2p message decoding (#33835)
  • ad88b68 internal/download: show progress bar only if server gives length (#33842)
  • c50e5ed cmd/geth, internal/telemetry: wire OpenTelemetry tracing via CLI flags (#33484)
  • d8b92cb rpc,internal/telemetry: fix deferred spanEnd to capture errors via pointer (#...
  • ac85a6f rlp: add back Iterator.Count, with fixes (#33841)
  • Additional commits viewable in compare view

Updates github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.3.1

What's Changed

🔐 Features

👒 Dependencies

New Contributors

Full Changelog: golang-jwt/jwt@v5.3.0...v5.3.1

Commits
  • 7ceae61 Add release.yml for changelog configuration
  • dce8e4d Set token.Signature in ParseUnverified (#414)
  • 8889e20 Save signature to Token struct after successful signing (#417)
  • d237f82 ci: update github-actions schedule interval to monthly
  • d8dce95 Bump crate-ci/typos from 1.41.0 to 1.42.1 (#492)
  • e931803 Bump crate-ci/typos from 1.40.0 to 1.41.0 (#490)
  • e6a0afa Bump actions/checkout from 5 to 6 (#487)
  • 9f85c9e Bump crate-ci/typos from 1.39.0 to 1.40.0 (#488)
  • 60a8669 Bump actions/setup-go from 5 to 6 (#469)
  • 76f5828 Remove misleading ParserOptions documentation (#484)
  • Additional commits viewable in compare view

Updates golang.org/x/time from 0.13.0 to 0.14.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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 23, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-mod-85fd95c803 branch 4 times, most recently from a91f032 to c626882 Compare February 25, 2026 14:38
Bumps the go-mod group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/DIMO-Network/cloudevent](https://github.com/DIMO-Network/cloudevent) | `0.1.4` | `0.1.6` |
| [github.com/DIMO-Network/shared](https://github.com/DIMO-Network/shared) | `1.0.7` | `1.1.5` |
| [github.com/MicahParks/keyfunc/v3](https://github.com/MicahParks/keyfunc) | `3.6.1` | `3.8.0` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.16.8` | `1.17.0` |
| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.3.0` | `5.3.1` |
| [golang.org/x/time](https://github.com/golang/time) | `0.13.0` | `0.14.0` |



Updates `github.com/DIMO-Network/cloudevent` from 0.1.4 to 0.1.6
- [Release notes](https://github.com/DIMO-Network/cloudevent/releases)
- [Commits](DIMO-Network/cloudevent@v0.1.4...v0.1.6)

Updates `github.com/DIMO-Network/shared` from 1.0.7 to 1.1.5
- [Release notes](https://github.com/DIMO-Network/shared/releases)
- [Commits](DIMO-Network/shared@v1.0.7...v1.1.5)

Updates `github.com/MicahParks/keyfunc/v3` from 3.6.1 to 3.8.0
- [Release notes](https://github.com/MicahParks/keyfunc/releases)
- [Commits](MicahParks/keyfunc@v3.6.1...v3.8.0)

Updates `github.com/ethereum/go-ethereum` from 1.16.8 to 1.17.0
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.16.8...v1.17.0)

Updates `github.com/golang-jwt/jwt/v5` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Commits](golang-jwt/jwt@v5.3.0...v5.3.1)

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

---
updated-dependencies:
- dependency-name: github.com/DIMO-Network/cloudevent
  dependency-version: 0.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/shared
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/MicahParks/keyfunc/v3
  dependency-version: 3.8.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.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-mod-85fd95c803 branch from c626882 to 716a289 Compare February 25, 2026 14:40
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