Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/oleiade/lane/v2 v2.0.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.23.2
github.com/prysmaticlabs/go-bitfield v0.0.0-20240618144021-706c95b2dd15
github.com/prysmaticlabs/go-bitfield v0.0.0-20260504143531-5cbb6d0f5f2e
github.com/prysmaticlabs/prysm/v4 v4.0.8
github.com/rs/zerolog v1.32.0
github.com/sanity-io/litter v1.5.6
Expand Down
2 changes: 1 addition & 1 deletion ssvsigner/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/holiman/uint256 v1.3.2
github.com/lib/pq v1.10.9
github.com/microsoft/go-crypto-openssl v0.2.9
github.com/prysmaticlabs/go-bitfield v0.0.0-20240618144021-706c95b2dd15
github.com/prysmaticlabs/go-bitfield v0.0.0-20260504143531-5cbb6d0f5f2e
github.com/sourcegraph/conc v0.3.0
github.com/ssvlabs/eth2-key-manager v1.5.6
github.com/ssvlabs/ssv-spec v1.2.3-0.20260305184636-289c93aa4c12
Expand Down
Loading