Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the go-dependencies group with 19 updates in the / directory:

Package From To
github.com/IBM/sarama 1.45.2 1.46.2
github.com/OffchainLabs/prysm/v6 6.1.1 6.1.2
github.com/beevik/ntp 1.4.3 1.5.0
github.com/ferranbt/fastssz 0.1.4 1.0.0
github.com/go-co-op/gocron/v2 2.16.6 2.17.0
github.com/huandu/go-sqlbuilder 1.36.0 1.38.0
github.com/libp2p/go-libp2p-pubsub 0.14.2 0.15.0
github.com/redis/go-redis/v9 9.7.3 9.14.0
github.com/sony/gobreaker/v2 2.1.0 2.3.0
github.com/spf13/cobra 1.9.1 1.10.1
github.com/testcontainers/testcontainers-go 0.38.0 0.39.0
github.com/testcontainers/testcontainers-go/modules/postgres 0.38.0 0.39.0
go.opentelemetry.io/otel 1.37.0 1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace 1.37.0 1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.37.0 1.38.0
go.opentelemetry.io/otel/exporters/prometheus 0.57.0 0.60.0
go.uber.org/mock 0.5.2 0.6.0
golang.org/x/time 0.12.0 0.14.0
google.golang.org/protobuf 1.36.8 1.36.10

Updates github.com/IBM/sarama from 1.45.2 to 1.46.2

Release notes

Sourced from github.com/IBM/sarama's releases.

Version 1.46.2 (2025-10-10)

What's Changed

A big focus on improving our support for newer protocol versions in this release, particularly supporting a wider range of flexible versions

🎉 New Features / Improvements

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

➕ Other Changes

... (truncated)

Commits
  • 4c387a2 chore(ci): bump actions/stale from 10.0.0 to 10.1.0 in the actions group (#3340)
  • 6bf033d chore(ci): bump github/codeql-action from 3.30.5 to 3.30.6 (#3341)
  • 7efec90 feat: support DescribeClientQuotas V1 protocol (#3342)
  • fb2bc3a fix(deps): update module golang.org/x/net to v0.46.0 (#3343)
  • a47d24b feat: support JoinGroup V6 protocol
  • d2368dc fix: string length -1 should be allowed
  • 85f7d7b refactor: fix scope of err check
  • c008165 fix: correct ApiVersionsResponse handling of ErrUnsupportedVersion (#3337)
  • bde9591 fix(fvt): use separate client for producer in testProducingMessages
  • 447a313 fix(fvt): check err before usage
  • Additional commits viewable in compare view

Updates github.com/OffchainLabs/prysm/v6 from 6.1.1 to 6.1.2

Release notes

Sourced from github.com/OffchainLabs/prysm/v6's releases.

v6.1.2

v6.1.2 - 2025-10-10

This release has several important fixes to improve Prysm's peering, stability, and attestation inclusion on mainnet and all testnets. All node operators are encouraged to update to this release as soon as practical for the best mainnet performance.

Added

  • Added a 1 minute timeout on PruneAttestationOnEpoch operations to prevent very large bolt transactions. [PR]
  • Added expected delay before broadcasting light client p2p messages. [PR]

Changed

  • Replaced reflect.TypeOf with reflect.TypeFor. [PR]
  • Bazel builds with --config=release now properly apply --strip=always to strip debug symbols from the release assets. [PR]
  • Add sources for compute_fork_digest to specrefs. [PR]
  • Aggregate logs when broadcasting data column sidecars (one per root instead of one per sidecar). [PR]
  • c-kzg-4844: Update from v2.1.1 to v2.1.5. [PR]
  • Process pending attestations as soon as the block arrives. [PR]
  • Compare received LC messages over gossipsub with locally computed ones before forwarding. Also no longer save updates. [PR]
  • Optimize pending attestation processing by adding batching. [PR]

Removed

  • removed unused configs and hides prysm specific configs from /eth/v1/config/spec endpoint. [PR]

Fixed

  • SSZ-QL: Support nested List type (e.g., ExecutionPayload.Transactions). [PR]
  • Fixing Unsupported config field kind; value forwarded verbatim errors for type string. [PR]
  • fix /eth/v1/config/spec endpoint to properly skip omitted values. [PR]
  • Fix ProduceSyncCommitteeContribution not returning error when committee index is out of range. [PR]
  • adding in improvements to getduties v2, replaces helpers.PrecomputeCommittees() ( exepensive ) with CommitteeAssignments. [PR]
  • Avoid unnecessary calls to ExitInformation(). [PR]
  • inclusionProofKey: Include the commitments in the key. [PR]
  • Do not reject peers if they have a mismatched version|digest when the next for epoch is FAR_FUTURE_EPOCH. [PR]
  • Don't include entries in the fork schedule if their epoch is set to far future epoch. Avoids reporting next_fork_version == . [PR]
  • Wait for custody info to be initialized before querying them. [PR]
  • fixes level=error msg="Could not clean up dirty states" error="OriginBlockRoot: not found in db" prefix=state-gen error when starting in kurtosis. [PR]
  • Correctly clear disconnected peers from connected_libp2p_peers and connected_libp2p_peers_average_scores. [PR]
  • buildStatusFromStream: Respond statusV2 only if Fulu is enabled. [PR]
  • Send our real earliest available slot when sending a Status request post Fulu instead of 0. [PR]
  • switch to built-in min/max. [PR]
  • findPeersWithSubnets: If the filter function returns an error for a given peer, log an error and skip the peer instead of aborting the whole function. [PR]
  • computeIndicesByRootByPeer: If the loop returns an error for a given peer, log an error and skip the peer instead of aborting the whole function. [PR]
  • Fixed issue #15738 where separate goroutines assume sole responsibility for topic registration. [PR]
Changelog

Sourced from github.com/OffchainLabs/prysm/v6's changelog.

v6.1.2 - 2025-10-10

This release has several important fixes to improve Prysm's peering, stability, and attestation inclusion on mainnet and all testnets. All node operators are encouraged to update to this release as soon as practical for the best mainnet performance.

Added

  • Added a 1 minute timeout on PruneAttestationOnEpoch operations to prevent very large bolt transactions. [PR]
  • Added expected delay before broadcasting light client p2p messages. [PR]

Changed

  • Replaced reflect.TypeOf with reflect.TypeFor. [PR]
  • Bazel builds with --config=release now properly apply --strip=always to strip debug symbols from the release assets. [PR]
  • Add sources for compute_fork_digest to specrefs. [PR]
  • Aggregate logs when broadcasting data column sidecars (one per root instead of one per sidecar). [PR]
  • c-kzg-4844: Update from v2.1.1 to v2.1.5. [PR]
  • Process pending attestations as soon as the block arrives. [PR]
  • Compare received LC messages over gossipsub with locally computed ones before forwarding. Also no longer save updates. [PR]
  • Optimize pending attestation processing by adding batching. [PR]

Removed

  • removed unused configs and hides prysm specific configs from /eth/v1/config/spec endpoint. [PR]

Fixed

  • SSZ-QL: Support nested List type (e.g., ExecutionPayload.Transactions). [PR]
  • Fixing Unsupported config field kind; value forwarded verbatim errors for type string. [PR]
  • fix /eth/v1/config/spec endpoint to properly skip omitted values. [PR]
  • Fix ProduceSyncCommitteeContribution not returning error when committee index is out of range. [PR]
  • adding in improvements to getduties v2, replaces helpers.PrecomputeCommittees() ( exepensive ) with CommitteeAssignments. [PR]
  • Avoid unnecessary calls to ExitInformation(). [PR]
  • inclusionProofKey: Include the commitments in the key. [PR]
  • Do not reject peers if they have a mismatched version|digest when the next for epoch is FAR_FUTURE_EPOCH. [PR]
  • Don't include entries in the fork schedule if their epoch is set to far future epoch. Avoids reporting next_fork_version == . [PR]
  • Wait for custody info to be initialized before querying them. [PR]
  • fixes level=error msg="Could not clean up dirty states" error="OriginBlockRoot: not found in db" prefix=state-gen error when starting in kurtosis. [PR]
  • Correctly clear disconnected peers from connected_libp2p_peers and connected_libp2p_peers_average_scores. [PR]
  • buildStatusFromStream: Respond statusV2 only if Fulu is enabled. [PR]
  • Send our real earliest available slot when sending a Status request post Fulu instead of 0. [PR]
  • switch to built-in min/max. [PR]
  • findPeersWithSubnets: If the filter function returns an error for a given peer, log an error and skip the peer instead of aborting the whole function. [PR]
  • computeIndicesByRootByPeer: If the loop returns an error for a given peer, log an error and skip the peer instead of aborting the whole function. [PR]
  • Fixed issue #15738 where separate goroutines assume sole responsibility for topic registration. [PR]
Commits
  • 38955fd Optimize pending attestation processing by adding batching (#15801)
  • 71f05b5 Use NetworkSchedule config to determine max blobs at epoch (#15714)
  • 0d742c6 make registerSubscribers idempotent (#15779)
  • 06b5409 When looking for peers, skip peers with error instead of aborting the whole f...
  • 9805e90 chore: refactor to use builtin max/min (#15817)
  • 537f3cb StatusV2: Send correct earliest available slot. (#15818)
  • b45e87a Move some logs to trace (#15816)
  • 4c4b12c Clear disconnected peers from connected_libp2p_peers (#15807)
  • aabded2 fixing Origin block root is not set error log (#15808)
  • 4f9e56f Custody Info: Waits for initialization (#15804)
  • Additional commits viewable in compare view

Updates github.com/beevik/ntp from 1.4.3 to 1.5.0

Release notes

Sourced from github.com/beevik/ntp's releases.

Release v1.5.0

Changes

  • Added the GetSystemTime field to QueryOptions.
  • Updated minimum required Go version to 1.24.

Fixes

  • Upgraded package dependencies to retrieve security fixes.
Changelog

Sourced from github.com/beevik/ntp's changelog.

Release v1.5.0

Changes

  • Added the GetSystemTime field to QueryOptions.
  • Updated minimum required Go version to 1.24.

Fixes

  • Upgraded package dependencies to retrieve security fixes.
Commits
  • bf2a50c Release v1.5.0
  • 3a6261c Update README
  • 6917aef Minor change to QueryOptions ordering
  • 3dfba1d Add GetSystemTime query option
  • 9dfcbd9 Update github actions to use go 1.24+
  • 0282908 Upgrade dependencies
  • 06ef196 Update github actions for better security
  • 0a52d18 Response time fields robust against NTP rollover
  • See full diff in compare view

Updates github.com/ferranbt/fastssz from 0.1.4 to 1.0.0

Changelog

Sourced from github.com/ferranbt/fastssz's changelog.

0.1.5 (Unreleased)

  • fix: Array of fixed size of bytes with size in external package GH-181
Commits

Updates github.com/go-co-op/gocron/v2 from 2.16.6 to 2.17.0

Release notes

Sourced from github.com/go-co-op/gocron/v2's releases.

v2.17.0

What's Changed

Performance Improvements

Fixes

Chores

New Contributors

Full Changelog: go-co-op/gocron@v2.16.6...v2.17.0

Commits

Updates github.com/huandu/go-sqlbuilder from 1.36.0 to 1.38.0

Release notes

Sourced from github.com/huandu/go-sqlbuilder's releases.

v1.38.0

What's Changed

  • [NEW] Implement returning method on SQL Server by @​Bugadinho in #220
  • [FIX] Add document to demonstrate how to write nested JOIN. #217
  • [NEW] Add OrderByAsc and OrderByDesc to SelectBuilder/UpdateBuilder/DeleteBuilder/UnionBuilder for better readability. The old methods OrderBy/Asc/Desc are marked as deprecated. #214

New Contributors

Full Changelog: huandu/go-sqlbuilder@v1.37.0...v1.38.0

v1.37.0

What's Changed

  • [NEW] Support clone (deep copy) in all builders (#218)
  • [BUG] Fix union limit syntax error with some flavor (#216) Thanks, @​zhangyongding
  • [BUG] Support typed nil in interpolation (#213)

Full Changelog: huandu/go-sqlbuilder@v1.36.0...v1.37.0

Commits
  • 87617c3 Add nested JOIN example to README and tests
  • 2aef540 Add OrderByAsc and OrderByDesc methods to all builders
  • aaf0f2c Merge pull request #220 from Bugadinho/return-sqlserver
  • 5669392 Add tests for returning on SQL Server
  • fe767ac Add returning support on SQL Server
  • 009947e Add WriteStringsPrefixed
  • 044cf35 Merge pull request #218 from huandu/feature/copy-builder
  • b69f05d add fuzz test for SelectBuilder.Clone
  • 22d937c fix lint warning
  • 0381e44 update readme for CLone
  • Additional commits viewable in compare view

Updates github.com/libp2p/go-libp2p-pubsub from 0.14.2 to 0.15.0

Release notes

Sourced from github.com/libp2p/go-libp2p-pubsub's releases.

v0.15.0

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-pubsub@v0.14.3...v0.15.0

v0.14.3

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-pubsub@v0.14.2...v0.14.3

Commits
  • ed53c17 release v0.15.0
  • 4a55800 Fix data race in test
  • a6ccd91 Skip flaky floodsub test
  • 86a1dfc pubsub: remove redundant sends of hello packet
  • 71c4323 gossipsub: implement extensions
  • 3a61514 test: add skeleton gossipsub to drive a gossipsub peer
  • 7afa1d3 gossipsub: add plumbing for Gossipsub v1.3 support
  • b561577 pubsub: AddPeer now accepts reference to hello packet
  • 5854208 pb: commit generated protobuf
  • 5dc92f5 pb: add extensions protobufs
  • Additional commits viewable in compare view

Updates github.com/redis/go-redis/v9 from 9.7.3 to 9.14.0

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.14.0

Highlights

  • Added batch process method to the pipeline (#3510)

Changes

🚀 New Features

  • Added batch process method to the pipeline (#3510)

🐛 Bug Fixes

  • fix: SetErr on Cmd if the command cannot be queued correctly in multi/exec (#3509)

🧰 Maintenance

  • Updates release drafter config to exclude dependabot (#3511)
  • chore(deps): bump actions/setup-go from 5 to 6 (#3504)

Contributors

We'd like to thank all the contributors who worked on this release!

@​elena-kolevska, @​htemelski-redis and @​ndyakov

9.13.0

Highlights

  • Pipeliner expose queued commands (#3496)
  • Ensure that JSON.GET returns Nil response (#3470)
  • Fixes on Read and Write buffer sizes and UniversalOptions

Changes

  • Pipeliner expose queued commands (#3496)
  • fix(test): fix a timing issue in pubsub test (#3498)
  • Allow users to enable read-write splitting in failover mode. (#3482)
  • Set the read/write buffer size of the sentinel client to 4KiB (#3476)

🚀 New Features

  • fix(otel): register wait metrics (#3499)
  • Support subscriptions against cluster slave nodes (#3480)
  • Add wait metrics to otel (#3493)
  • Clean failing timeout implementation (#3472)

🐛 Bug Fixes

  • Do not assume that all non-IP hosts are loopbacks (#3085)
  • Ensure that JSON.GET returns Nil response (#3470)

🧰 Maintenance

... (truncated)

Changelog

Sourced from github.com/redis/go-redis/v9's changelog.

9.14.0 (2025-09-10)

Highlights

  • Added batch process method to the pipeline (#3510)

Changes

🚀 New Features

  • Added batch process method to the pipeline (#3510)

🐛 Bug Fixes

  • fix: SetErr on Cmd if the command cannot be queued correctly in multi/exec (#3509)

🧰 Maintenance

  • Updates release drafter config to exclude dependabot (#3511)
  • chore(deps): bump actions/setup-go from 5 to 6 (#3504)

Contributors

We'd like to thank all the contributors who worked on this release!

@​elena-kolevska, @​htemelski-redis and @​ndyakov

9.13.0 (2025-09-03)

Highlights

  • Pipeliner expose queued commands (#3496)
  • Ensure that JSON.GET returns Nil response (#3470)
  • Fixes on Read and Write buffer sizes and UniversalOptions

Changes

  • Pipeliner expose queued commands (#3496)
  • fix(test): fix a timing issue in pubsub test (#3498)
  • Allow users to enable read-write splitting in failover mode. (#3482)
  • Set the read/write buffer size of the sentinel client to 4KiB (#3476)

🚀 New Features

  • fix(otel): register wait metrics (#3499)
  • Support subscriptions against cluster slave nodes (#3480)
  • Add wait metrics to otel (#3493)
  • Clean failing timeout implementation (#3472)

🐛 Bug Fixes

  • Do not assume that all non-IP hosts are loopbacks (#3085)
  • Ensure that JSON.GET returns Nil response (#3470)

... (truncated)

Commits
  • 2da6ca0 chore(release): Update the rest of the versions (#3513)
  • c11a704 chore(release): v9.14.0 (#3512)
  • 8f5469a chore(ci): Update release drafter config to exclude dependabot (#3511)
  • a264ffb fix: SetErr on Cmd if the command cannot be queued correctly in multi/exec (#...
  • e0853ab Added batch process method to the pipeline (#3510)
  • 65e1c22 chore(deps): bump actions/setup-go from 5 to 6 (#3504)
  • 52bda7a chore(release): 9.13.0 (#3500)
  • 19fdc48 chore(otel): register wait metrics (#3499)
  • 10121e9 feat(osscluster): Support subscriptions against cluster slave nodes (#3480)
  • 6f41b60 fix(client): Do not assume that all non-IP hosts are loopbacks (#3085)
  • Additional commits viewable in compare view

Updates github.com/sony/gobreaker/v2 from 2.1.0 to 2.3.0

Commits
  • dbac988 Synchronize time in distributed circuit breaker (#109)
  • bc59bdd Refactor tests (#111)
  • c598015 Fix panic handling in CircuitBreaker test by removing unnecessary return valu...
  • 471db3d Use interface redis.UniversalClient instead of hardcoded struct (#108)
  • 6544c8b Delete mutex in redis.Store.Unlock (#104)
  • 7bc9a40 Remove .DS_Store (#102)
  • b461bb2 Separate TwoStepCircuitBreaker into other files (#100)
  • e256737 Separate Redis logic into another package (#99)
  • 7b78a7e Separate counter logic into another file (#98)
  • 39e2877 Introduce time-based rolling window (#90) (#95)
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.9.1 to 1.10.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: spf13/cobra#2303

✨ Features

🐛 Fix

🪠 Testing

📝 Docs

New Contributors

... (truncated)

Commits
  • 7da941c chore: Bump pflag to v1.0.9 (#2305)
  • 51d6751 Bump pflag to 1.0.8 (#2303)
  • 3f3b818 Update README.md with new logo
  • dcaf42e Add Periscope to the list of projects using Cobra (#2299)
  • 6dec1ae The default ShellCompDirective can be customized for a command and its subcom...
  • c8289c1 chore(golangci-lint): add some exclusion presets
  • 4af7b64 refactor: apply golangci-lint autofixes, work around false positives
  • 75790e4 chore(golangci-lint): upgrade to v2
  • db3ddb5 Adding sponsorship to README.md
  • 67171d6 putting sponsorship below header
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go from 0.38.0 to 0.39.0

Release notes

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

v0.39.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

  • docs: clarify no client SDKs in production modules/images, in contributing.md (#3279) @​nimdrak

🧹 Housekeeping

…4 updates

Bumps the go-dependencies group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/IBM/sarama](https://github.com/IBM/sarama) | `1.45.2` | `1.46.2` |
| [github.com/OffchainLabs/prysm/v6](https://github.com/OffchainLabs/prysm) | `6.1.1` | `6.1.2` |
| [github.com/beevik/ntp](https://github.com/beevik/ntp) | `1.4.3` | `1.5.0` |
| [github.com/ferranbt/fastssz](https://github.com/ferranbt/fastssz) | `0.1.4` | `1.0.0` |
| [github.com/go-co-op/gocron/v2](https://github.com/go-co-op/gocron) | `2.16.6` | `2.17.0` |
| [github.com/huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | `1.36.0` | `1.38.0` |
| [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) | `0.14.2` | `0.15.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.7.3` | `9.14.0` |
| [github.com/sony/gobreaker/v2](https://github.com/sony/gobreaker) | `2.1.0` | `2.3.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.38.0` | `0.39.0` |
| [github.com/testcontainers/testcontainers-go/modules/postgres](https://github.com/testcontainers/testcontainers-go) | `0.38.0` | `0.39.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` |
| [go.opentelemetry.io/otel/exporters/prometheus](https://github.com/open-telemetry/opentelemetry-go) | `0.57.0` | `0.60.0` |
| [go.uber.org/mock](https://github.com/uber/mock) | `0.5.2` | `0.6.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.12.0` | `0.14.0` |
| google.golang.org/protobuf | `1.36.8` | `1.36.10` |



Updates `github.com/IBM/sarama` from 1.45.2 to 1.46.2
- [Release notes](https://github.com/IBM/sarama/releases)
- [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md)
- [Commits](IBM/sarama@v1.45.2...v1.46.2)

Updates `github.com/OffchainLabs/prysm/v6` from 6.1.1 to 6.1.2
- [Release notes](https://github.com/OffchainLabs/prysm/releases)
- [Changelog](https://github.com/OffchainLabs/prysm/blob/develop/CHANGELOG.md)
- [Commits](OffchainLabs/prysm@v6.1.1...v6.1.2)

Updates `github.com/beevik/ntp` from 1.4.3 to 1.5.0
- [Release notes](https://github.com/beevik/ntp/releases)
- [Changelog](https://github.com/beevik/ntp/blob/main/RELEASE_NOTES.md)
- [Commits](beevik/ntp@v1.4.3...v1.5.0)

Updates `github.com/ferranbt/fastssz` from 0.1.4 to 1.0.0
- [Changelog](https://github.com/ferranbt/fastssz/blob/main/CHANGELOG.md)
- [Commits](ferranbt/fastssz@v0.1.4...v1.0.0)

Updates `github.com/go-co-op/gocron/v2` from 2.16.6 to 2.17.0
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](go-co-op/gocron@v2.16.6...v2.17.0)

Updates `github.com/huandu/go-sqlbuilder` from 1.36.0 to 1.38.0
- [Release notes](https://github.com/huandu/go-sqlbuilder/releases)
- [Commits](huandu/go-sqlbuilder@v1.36.0...v1.38.0)

Updates `github.com/libp2p/go-libp2p-pubsub` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases)
- [Commits](libp2p/go-libp2p-pubsub@v0.14.2...v0.15.0)

Updates `github.com/redis/go-redis/v9` from 9.7.3 to 9.14.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.7.3...v9.14.0)

Updates `github.com/sony/gobreaker/v2` from 2.1.0 to 2.3.0
- [Commits](sony/gobreaker@v2.1.0...v2.3.0)

Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.1)

Updates `github.com/testcontainers/testcontainers-go` from 0.38.0 to 0.39.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.38.0...v0.39.0)

Updates `github.com/testcontainers/testcontainers-go/modules/postgres` from 0.38.0 to 0.39.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.38.0...v0.39.0)

Updates `go.opentelemetry.io/otel` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0)

Updates `go.opentelemetry.io/otel/exporters/prometheus` from 0.57.0 to 0.60.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@exporters/prometheus/v0.57.0...exporters/prometheus/v0.60.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0)

Updates `go.opentelemetry.io/otel/trace` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0)

Updates `go.uber.org/mock` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/uber/mock/releases)
- [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md)
- [Commits](uber-go/mock@v0.5.2...v0.6.0)

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

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

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

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

---
updated-dependencies:
- dependency-name: github.com/IBM/sarama
  dependency-version: 1.46.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/OffchainLabs/prysm/v6
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/beevik/ntp
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ferranbt/fastssz
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-dependencies
- dependency-name: github.com/go-co-op/gocron/v2
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/huandu/go-sqlbuilder
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/libp2p/go-libp2p-pubsub
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/sony/gobreaker/v2
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/testcontainers/testcontainers-go/modules/postgres
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/prometheus
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.uber.org/mock
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/time
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies go Pull requests that update go code labels Oct 13, 2025
@dependabot dependabot bot requested a review from Savid as a code owner October 13, 2025 07:54
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2025

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

@dependabot dependabot bot closed this Oct 20, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go-dependencies-3bfb8385dd branch October 20, 2025 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants