Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

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

Package From To
github.com/attestantio/go-eth2-client 0.27.2 0.28.0
github.com/creasty/defaults 1.6.0 1.8.0
github.com/ethpandaops/beacon 0.66.0 0.67.0
github.com/ethpandaops/ethwallclock 0.2.0 0.4.0
github.com/go-co-op/gocron 1.18.0 1.37.0
github.com/pk910/dynamic-ssz 1.1.1 1.2.0
github.com/sirupsen/logrus 1.9.3 1.9.4
github.com/spf13/cobra 1.6.1 1.10.2

Updates github.com/attestantio/go-eth2-client from 0.27.2 to 0.28.0

Changelog

Sourced from github.com/attestantio/go-eth2-client's changelog.

0.28.0:

  • update dependency for go-bitfield to get from offchain instead of prysmatic org
Commits

Updates github.com/creasty/defaults from 1.6.0 to 1.8.0

Release notes

Sourced from github.com/creasty/defaults's releases.

v1.8.0

v1.7.0

Commits
  • abebf4b Merge pull request #46 from orangejohny/master
  • 586c267 fix: don't pass slice's defaultVal to setField func
  • 5220e08 Merge pull request #43 from rfyiamcool/docs/code
  • db193a3 feat: add example
  • 82cd96d docs: complete example
  • 3f98836 Merge pull request #40 from HRogge/master
  • 325dfb4 Fix CI: golint -> golangci-lint
  • d1d4e26 Allow defaults library to use UnmarshalText() and UnmarshalJSON() interface t...
  • bf90154 Update
  • See full diff in compare view

Updates github.com/ethpandaops/beacon from 0.66.0 to 0.67.0

Release notes

Sourced from github.com/ethpandaops/beacon's releases.

v0.67.0

What's Changed

Full Changelog: ethpandaops/beacon@v0.66.0...v0.67.0

Commits
  • 2f14e6d Merge pull request #67 from ethpandaops/samcm/add-is-optimistic-metric
  • 92b42c7 fix: preallocate slices to satisfy prealloc linter
  • 26b1592 fix: use uint64 for withdrawal metrics to avoid integer overflow
  • 1a3d0fe Add is_optimistic metric to sync metrics
  • See full diff in compare view

Updates github.com/ethpandaops/ethwallclock from 0.2.0 to 0.4.0

Release notes

Sourced from github.com/ethpandaops/ethwallclock's releases.

v0.4.0

What's Changed

New Contributors

Full Changelog: ethpandaops/ethwallclock@v0.3.0...v0.4.0

v0.3.0

What's Changed

New Contributors

Full Changelog: ethpandaops/ethwallclock@v0.2.0...v0.3.0

Commits
  • b65c869 Merge pull request #3 from ethpandaops/refactor/negate-potential-race
  • 38456f7 feat(beacon_chain): add stop mechanism to EthereumBeaconChain
  • 37b96a3 refactor: Remove unnecessary comments and white space
  • bb6e5d4 feat: Add CODEOWNERS file and Go workflow files
  • b34ba48 refactor(beacon-chain): negate potential for race to write callbacks
  • e2e676d Merge pull request #2 from ethpandaops/feat/beacon-chain-stop
  • a5cfaf5 feat(beacon-chain): add graceful stop
  • See full diff in compare view

Updates github.com/go-co-op/gocron from 1.18.0 to 1.37.0

Release notes

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

v1.37.0

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.36.1...v1.37.0

v1.36.1

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.36.0...v1.36.1

v1.36.0

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.35.3...v1.36.0

v1.35.3

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.35.2...v1.35.3

v1.35.2

What's Changed

  • Revert "fix: setting weeks interval greater than 1 with a weekday, scheduling too early by @​XiXiangFiles" by @​JohnRoesler in go-co-op/gocron#591
    • This will require more testing and likely some rework of the week functionality. This change, while some might consider it a fix, broke the current behavior that has been relied upon.

Full Changelog: go-co-op/gocron@v1.35.1...v1.35.2

v1.35.1

What's Changed

... (truncated)

Commits
  • 30921b7 Ability to register for events associated with jobs starting immediately (#632)
  • f5461a9 month first weekday bug (#628)
  • 0512078 Revert "add code cov (#616)" (#620)
  • bee83c0 add code cov (#616)
  • 8086065 Exposing job's scheduled unit and interval (#606)
  • 9993f76 fix(scheduler): ensure negative intervals given to Every return an immediat...
  • 912b4a7 Bump github.com/google/uuid from 1.3.1 to 1.4.0 (#604)
  • 12cfd7a Avoid allocations with (*regexp.Regexp).MatchString (#602)
  • 93a954c Update FUNDING.yml
  • 5f95210 fix: set multi-weekdays bug about issue-590 (#592)
  • Additional commits viewable in compare view

Updates github.com/pk910/dynamic-ssz from 1.1.1 to 1.2.0

Release notes

Sourced from github.com/pk910/dynamic-ssz's releases.

v1.2.0 - streaming support

Major Changes

  • Streaming Support: Added memory-efficient streaming encoding/decoding to io.Reader/io.Writer for improved large data handling.
  • Performance Optimizations: Enhanced SSZ merkle proof verification and tree methods for faster and more memory-efficient operations.
  • Bug Fixes: Fixed heap allocation for bitlist HTR calculation and addressed potential out-of-memory errors in TreeFromNodes.
  • Refactored Codebase: Reorganized project structure into sub-packages (ssztypes and reflection) for better maintainability.
  • Improved Test Coverage: Refactored tests, removed dead code, and added comprehensive spec tests for streaming codepaths.

Full changelog

  • 3fae34e Merge pull request #76 from pk910/pk910/update-release-workflow
  • 2d2c14f Merge pull request #75 from pk910/pk910/spectests-with-streaming
  • 1224ce1 Merge pull request #74 from pk910/pk910/refactor-codebase
  • fe277b3 Merge pull request #73 from pk910/pk910/simplify-marshaling
  • 147a1c6 Merge pull request #72 from pk910/pk910/codegen-performance
  • e8e62c1 Merge pull request #71 from pk910/pk910/streaming-fixes
  • 55c3bec Merge pull request #69 from pk910/pk910/streaming4
  • e57d563 Merge pull request #67 from pk910/pk910/improve-test-coverage2
  • 09305ce Merge pull request #66 from pk910/pk910/codegen-perf-improvements
  • 1c1e61b Merge pull request #65 from Sahil-4555/optimize-tree-proof
  • d9f90f8 Merge pull request #64 from pk910/pk910/improve-test-coverage
  • 5967269 Merge pull request #63 from pk910/pk910/offchainlabs-bitlist
  • 590dac8 Merge pull request #62 from pk910/pk910/fix-dyn-byte-list-htr
  • c5ce8b2 Merge pull request #61 from pk910/pk910/fix-htr-bitlist-allocation
  • 6652877 Merge pull request #60 from Sahil-4555/optimize-tree-proof
  • 6c259a5 Merge pull request #59 from Sahil-4555/optimize-proof

v1.1.2

What's Changed

Full Changelog: pk910/dynamic-ssz@v1.1.1...v1.1.2

Commits
  • c20208b release 1.2.0
  • 3fae34e Merge pull request #76 from pk910/pk910/update-release-workflow
  • cc48617 update release workflow
  • 2d2c14f Merge pull request #75 from pk910/pk910/spectests-with-streaming
  • f9dcc44 update presets & fix fulu spec test
  • 19df7db add fulu spec tests & test streaming codepath too
  • 1224ce1 Merge pull request #74 from pk910/pk910/refactor-codebase
  • 9d0fc80 fix spectests
  • 2aad4de reorganize project code
  • fe277b3 Merge pull request #73 from pk910/pk910/simplify-marshaling
  • Additional commits viewable in compare view

Updates github.com/sirupsen/logrus from 1.9.3 to 1.9.4

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.9.4

Notable changes

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

Commits
  • b61f268 Merge pull request #1472 from goldlinker/master
  • 15c29db refactor: replace the deprecated function in the ioutil package
  • cb253f3 Merge pull request #1464 from thaJeztah/touchup_godoc
  • 29b2337 Merge pull request #1468 from thaJeztah/touchup_readme
  • d916819 Merge pull request #1427 from dolmen/fix-testify-usage
  • 135e482 README: small touch-ups
  • 2c5fa36 Merge pull request #1467 from thaJeztah/rm_old_badge
  • 877ecec README: remove travis badge
  • 55cf256 Merge pull request #1393 from jsoref/grammar
  • 21bae50 Merge pull request #1426 from dolmen/testing-fix-use-of-math-rand
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.6.1 to 1.10.2

Release notes

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

v1.10.2

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in spf13/cobra#2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

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

Thank you to our amazing contributors!!!!! 🐍 🚀

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

... (truncated)

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 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

… updates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/attestantio/go-eth2-client](https://github.com/attestantio/go-eth2-client) | `0.27.2` | `0.28.0` |
| [github.com/creasty/defaults](https://github.com/creasty/defaults) | `1.6.0` | `1.8.0` |
| [github.com/ethpandaops/beacon](https://github.com/ethpandaops/beacon) | `0.66.0` | `0.67.0` |
| [github.com/ethpandaops/ethwallclock](https://github.com/ethpandaops/ethwallclock) | `0.2.0` | `0.4.0` |
| [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) | `1.18.0` | `1.37.0` |
| [github.com/pk910/dynamic-ssz](https://github.com/pk910/dynamic-ssz) | `1.1.1` | `1.2.0` |
| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.6.1` | `1.10.2` |



Updates `github.com/attestantio/go-eth2-client` from 0.27.2 to 0.28.0
- [Changelog](https://github.com/attestantio/go-eth2-client/blob/master/CHANGELOG.md)
- [Commits](attestantio/go-eth2-client@v0.27.2...v0.28.0)

Updates `github.com/creasty/defaults` from 1.6.0 to 1.8.0
- [Release notes](https://github.com/creasty/defaults/releases)
- [Commits](creasty/defaults@v1.6.0...v1.8.0)

Updates `github.com/ethpandaops/beacon` from 0.66.0 to 0.67.0
- [Release notes](https://github.com/ethpandaops/beacon/releases)
- [Commits](ethpandaops/beacon@v0.66.0...v0.67.0)

Updates `github.com/ethpandaops/ethwallclock` from 0.2.0 to 0.4.0
- [Release notes](https://github.com/ethpandaops/ethwallclock/releases)
- [Commits](ethpandaops/ethwallclock@v0.2.0...v0.4.0)

Updates `github.com/go-co-op/gocron` from 1.18.0 to 1.37.0
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](go-co-op/gocron@v1.18.0...v1.37.0)

Updates `github.com/pk910/dynamic-ssz` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/pk910/dynamic-ssz/releases)
- [Commits](pk910/dynamic-ssz@v1.1.1...v1.2.0)

Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.3...v1.9.4)

Updates `github.com/spf13/cobra` from 1.6.1 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.6.1...v1.10.2)

---
updated-dependencies:
- dependency-name: github.com/attestantio/go-eth2-client
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/creasty/defaults
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ethpandaops/beacon
  dependency-version: 0.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ethpandaops/ethwallclock
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-co-op/gocron
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/pk910/dynamic-ssz
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

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 Jan 19, 2026
@dependabot dependabot bot requested a review from samcm as a code owner January 19, 2026 08:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 19, 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.

1 participant