Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
github.com/DIMO-Network/cloudevent 0.1.4 1.0.4
github.com/DIMO-Network/device-definitions-api 1.5.6 1.6.3
github.com/DIMO-Network/fetch-api 0.0.12 0.1.5
github.com/DIMO-Network/model-garage 0.8.16 1.0.9
github.com/golang-jwt/jwt/v5 5.3.0 5.3.1
github.com/grpc-ecosystem/go-grpc-middleware/v2 2.3.2 2.3.3
github.com/rs/zerolog 1.34.0 1.35.0
github.com/uber/h3-go/v4 4.3.0 4.4.0

Updates github.com/DIMO-Network/cloudevent from 0.1.4 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

v0.2.5

Changes

  • Adding types

v0.2.4

Changes

  • Modifying name a little bit

v0.2.3

Changes

  • new types added

v0.2.2

Changes

  • Remove specversion from parquet row — it's always "1.0" per the CloudEvents spec, so it's now set from the constant on decode and omitted from encode
  • Reorder and clean up ParquetRow struct fields

v0.2.1

Restructured package layout: moved pkg/clickhouse to clickhouse, merged did and types sub-packages into the root cloudevent package Added parquet encoder/decoder with full test coverage Replaced cloudevent_json.go with separate encoder and decoder files Added field_accessors.go for header field access Removed model-garage dependency and codegen

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

Updates github.com/DIMO-Network/device-definitions-api from 1.5.6 to 1.6.3

Release notes

Sourced from github.com/DIMO-Network/device-definitions-api's releases.

v1.6.3

Full Changelog: DIMO-Network/device-definitions-api@v1.6.2...v1.6.3

v1.6.2

Full Changelog: DIMO-Network/device-definitions-api@v1.6.1...v1.6.2

v1.6.1

Full Changelog: DIMO-Network/device-definitions-api@v1.6.0...v1.6.1

v1.6.0

Full Changelog: DIMO-Network/device-definitions-api@v1.5.9...v1.6.0

v1.5.9

What's Changed

Full Changelog: DIMO-Network/device-definitions-api@v1.5.8...v1.5.9

v1.5.8

Full Changelog: DIMO-Network/device-definitions-api@v1.5.7...v1.5.8

  • support japan vin upsert

v1.5.7

What's Changed

Full Changelog: DIMO-Network/device-definitions-api@v1.5.6...v1.5.7

Commits
  • 36ef26e Update Image Version to c8e5e37
  • c8e5e37 do not 500 on get vin profile
  • df8aaa0 Update Image Version to 6944044
  • 6944044 reducing resource requests
  • 984a29f Update Image Version to value: 1174cf4
  • 712891f Update Image Version to 1174cf4
  • 1174cf4 build fix
  • a570d92 use identity for definition check
  • 68c321c Update Image Version to value: 9e6da7e
  • b5cb248 Update Image Version to 9e6da7e
  • Additional commits viewable in compare view

Updates github.com/DIMO-Network/fetch-api from 0.0.12 to 0.1.5

Release notes

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

v0.1.5

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

v0.1.4

What's Changed

Full Changelog: DIMO-Network/fetch-api@v0.1.3...v0.1.4

v0.1.3

What's Changed

Full Changelog: DIMO-Network/fetch-api@v0.1.2...v0.1.3

v0.1.2

Full Changelog: DIMO-Network/fetch-api@v0.1.1...v0.1.2

v0.1.1

What's Changed

Full Changelog: DIMO-Network/fetch-api@v0.1.0...v0.1.1

v0.1.0

Full Changelog: DIMO-Network/fetch-api@v0.0.24...v0.1.0

v0.0.24

Upgrade cloudevent to v0.2.2

v0.0.23

What's Changed

  • Upgrade cloudevent to v0.2.1 and consolidate subpackage imports (cloudevent/did, cloudevent/types → root cloudevent package)
  • Upgrade dependencies: clickhouse-go, go-ethereum, token-exchange-api, grpc
  • Remove standalone parquetreader package in favor of cloudevent/parquet integration

v0.0.22

Full Changelog: DIMO-Network/fetch-api@v0.0.21...v0.0.22

v0.0.21

Release v0.0.21

  • Adjust error message in raw data permission check

v0.0.20

Release v0.0.20

... (truncated)

Commits
  • be019f0 Update Image Version to 71d72b7
  • 71d72b7 Fix the bucket for presigns: it's always "Parquet"
  • be54939 Update Image Version to 0.1.4
  • b3b639f Update Image Version to 0779bd1
  • 0779bd1 Add presigned S3 URL support for large blob payloads (#66)
  • cfb4038 Update Image Version to 0.1.3
  • b5276d4 Update Image Version to 906dade
  • 906dade Add a query for available event types (#65)
  • f8c9d9c Update Image Version to 74cd6c7
  • 74cd6c7 Happier Dependabot
  • Additional commits viewable in compare view

Updates github.com/DIMO-Network/model-garage from 0.8.16 to 1.0.9

Release notes

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

v1.0.9

What's Changed

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

v1.0.7

No release notes provided.

v1.0.6

What's Changed

Full Changelog: DIMO-Network/model-garage@v1.0.5...v1.0.6

v1.0.5

What's Changed

Full Changelog: DIMO-Network/model-garage@v1.0.4...v1.0.5

v1.0.4

What's Changed

Full Changelog: DIMO-Network/model-garage@v1.0.3...v1.0.4

v1.0.3

What's Changed

Full Changelog: DIMO-Network/model-garage@v1.0.2...v1.0.3

v1.0.2

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.9.1...v1.0.2

v0.9.1

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.9.0...v0.9.1

... (truncated)

Commits
  • ecb5856 Merge pull request #254 from DIMO-Network/pr-4882-model-garage-tire-pressure-...
  • 20d67d1 IgnoreZero function implementation; TirePressure(960-963, 965-968)
  • b39ccdd Reusing eventId (#252)
  • 9dbf1e7 Getting rid of duplicate tags (#251)
  • 505c47a Merge pull request #250 from DIMO-Network/standard-12-pids
  • eb67105 lint fix
  • 7b7da9d 12 Standard PIDs; R1
  • 27ee6fb fix: use TypeEvents for CmdEventDS cloud event type (#249)
  • bf57326 Feature/rollback driver (#247)
  • 6931660 feat: add engine block/unblock event support via CmdEventDS (#244)
  • Additional commits viewable 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/DIMO-Network/token-exchange-api from 0.3.7 to 0.4.0

Release notes

Sourced from github.com/DIMO-Network/token-exchange-api's releases.

v0.4.0

What's Changed

Full Changelog: DIMO-Network/token-exchange-api@v0.3.8...v0.4.0

v0.3.8

Full Changelog: DIMO-Network/token-exchange-api@v0.3.7...v0.3.8

Commits

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

Release notes

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

Eezo Shunt (v1.17.1)

This is a bug fix release and is recommended for all users. It resolves a regression in snap sync, as well as several security issues.

Geth

  • The engine API no longer enables plain-text HTTP2, due to some reports of incompatibilities with the teku CL (#33922)
  • The new --metrics.influxdb.interval flag allows changing the metrics reporting interval. (#33767)
  • Geth has a new inspect-trie subcommand that prints information about node counts at all state trie depths (#28892)

Core

  • Some Amsterdam fork-related changes:
  • Payload building had a fix that could prevent the CL from receiving the latest built payloads (#33908)

Networking

  • Geth no longer supports p2p protocol version eth/68 (#33511)
  • A rare crash in p2p request tracking is resolved (#33940)
  • The transaction pool, and specifically the blobpool, saw some fixes that reduce relaying transactions that likely won't make it into the chain, or have already been included on chain recently. This should reduce txpool traffic (#33607, #33887, #33923, #33893)
  • In v1.17.0, a regression in snap-sync was introduced that would cause sync to fail when using --history.chain=postmerge (#33865)
  • Snap-sync had a bug where peer connections would stop being used after a timeout or similar event. This wasn't too noticeable for mainnet sync because of peer churn (#33790)
  • Unexpected state delivered by peers is now reported during snap-sync (#33898)
  • P2P listener metrics now record handshake timeouts correctly (#33539)

RPC

  • eth_estimateGas now honors the user-supplied access list (#33849)
  • New RPC method: eth_getStorageValues (#32591)
  • New RPC method: testing_buildBlockV1 (#33656)

Build

  • This release is built with Go 1.25.7 (#33874)
  • Our official Docker images are experimentally built with Go 1.26 (#33899)

For a full rundown of the changes please consult the Geth 1.17.1 release milestone.


As with all our previous releases, you can find the:

... (truncated)

Commits

Updates github.com/gofiber/fiber/v2 from 2.52.11 to 2.52.12

Release notes

Sourced from github.com/gofiber/fiber/v2's releases.

v2.52.12

🐛 Fixes

Full Changelog: gofiber/fiber@v2.52.11...v2.52.12

Commits
  • 6cba195 Bump fiber package version to 2.52.12
  • 5ebbee7 docs: update image paths to v2 in README files
  • 5028167 Merge commit from fork
  • 42380aa fix: adapt tests for v2 - use defer/recover pattern and correct Handler signa...
  • 7cffe29 refactor: use helper function for param route generation in tests
  • 5494de8 🐛 bug: add panic for routes with >30 parameters (GHSA-mrq8-rjmw-wpq3)
  • See full diff 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 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)
  • 2dc9821 feat: add ContextLabels to ClientMetrics (#798)
  • 2338d5a fix(#794): Wrapping codes.OK should not cause panic (#795)
  • 6ec6dd3 chore: use actions/setup-go native cache (#787)
  • f7911cc chore: enable hugeParam rule from go-critic (#786)
  • e2d5773 build(deps): bump google.golang.org/grpc from 1.67.1 to 1.74.2 (#785)
  • d75e7d9 chore: enable usetesting linter (#784)
  • c8a612b chore: enable promlinter linter (#771)
  • Additional commits viewable in compare view

Updates github.com/rs/zerolog from 1.34.0 to 1.35.0

Commits
  • 1396655 Bump CI Go matrix minimum from 1.21 to 1.23
  • 4b65a2f Bump actions/cache from 4 to 5 (#741)
  • b835796 Bump actions/setup-go from 5 to 6 (#742)
  • 134caf8 Added sanitization of journald keys (#751)
  • e133b6a Added variadic StrsV, ObjectsV, and StringersV (#752)
  • 82017d8 Bump github.com/coreos/go-systemd/v22 from 22.6.0 to 22.7.0 (#753)
  • 2f5b8a9 fix: UpdateContext skips Nop and zero-value loggers (#754)
  • d64c9a7 Add slog.Handler implementation for zerolog (#755)
  • a0d61dc fix: return dict to Event pool (#749)
  • f6fbd33 Test coverage improvements (#748)
  • Additional commits viewable in compare view

Updates github.com/uber/h3-go/v4 from 4.3.0 to 4.4.0

Release notes

Sourced from github.com/uber/h3-go/v4's releases.

v4.4.0

What's Changed

Full Changelog: uber/h3-go@v4.3.0...v4.4.0

Changelog

Sourced from github.com/uber/h3-go/v4's changelog.

4.4.0 (10 Dec 2025)

Breaking Changes

  • #96: Vertex mode was updated to have its own typedef.

Added

  • #95: Introduced CellFromString and CellToString.
  • #99: Introduced IndexDigit.
  • #100: Introduced DirectedEdgeFromString.
  • #103: Introduced IsValidIndex.

Changed

  • #100: Used generics for some internal implementations.

Updated

  • #98: H3 Core was updated to v4.4.0.
  • #101: Updated error codes to match H3 Core.
Commits ...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [github.com/DIMO-Network/cloudevent](https://github.com/DIMO-Network/cloudevent) | `0.1.4` | `1.0.4` |
| [github.com/DIMO-Network/device-definitions-api](https://github.com/DIMO-Network/device-definitions-api) | `1.5.6` | `1.6.3` |
| [github.com/DIMO-Network/fetch-api](https://github.com/DIMO-Network/fetch-api) | `0.0.12` | `0.1.5` |
| [github.com/DIMO-Network/model-garage](https://github.com/DIMO-Network/model-garage) | `0.8.16` | `1.0.9` |
| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.3.0` | `5.3.1` |
| [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` |
| [github.com/uber/h3-go/v4](https://github.com/uber/h3-go) | `4.3.0` | `4.4.0` |



Updates `github.com/DIMO-Network/cloudevent` from 0.1.4 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/device-definitions-api` from 1.5.6 to 1.6.3
- [Release notes](https://github.com/DIMO-Network/device-definitions-api/releases)
- [Commits](DIMO-Network/device-definitions-api@v1.5.6...v1.6.3)

Updates `github.com/DIMO-Network/fetch-api` from 0.0.12 to 0.1.5
- [Release notes](https://github.com/DIMO-Network/fetch-api/releases)
- [Commits](DIMO-Network/fetch-api@v0.0.12...v0.1.5)

Updates `github.com/DIMO-Network/model-garage` from 0.8.16 to 1.0.9
- [Release notes](https://github.com/DIMO-Network/model-garage/releases)
- [Commits](DIMO-Network/model-garage@v0.8.16...v1.0.9)

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/DIMO-Network/token-exchange-api` from 0.3.7 to 0.4.0
- [Release notes](https://github.com/DIMO-Network/token-exchange-api/releases)
- [Commits](DIMO-Network/token-exchange-api@v0.3.7...v0.4.0)

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

Updates `github.com/gofiber/fiber/v2` from 2.52.11 to 2.52.12
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](gofiber/fiber@v2.52.11...v2.52.12)

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 `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/uber/h3-go/v4` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/uber/h3-go/releases)
- [Changelog](https://github.com/uber/h3-go/blob/master/CHANGELOG.md)
- [Commits](uber/h3-go@v4.3.0...v4.4.0)

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

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

Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11

---
updated-dependencies:
- 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/device-definitions-api
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/fetch-api
  dependency-version: 0.1.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/model-garage
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  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/DIMO-Network/token-exchange-api
  dependency-version: 0.4.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.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/gofiber/fiber/v2
  dependency-version: 2.52.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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/uber/h3-go/v4
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  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 Apr 1, 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