Skip to content
Open
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/ssvlabs/eth2-key-manager v1.5.6
github.com/ssvlabs/ssv-spec v1.2.3-0.20260305184636-289c93aa4c12
github.com/ssvlabs/ssv/ssvsigner v0.0.0-20260414203712-ca63d2dfc121
github.com/ssvlabs/ssv/ssvsigner v0.0.0-20260528104009-a1bcd468ff66
github.com/status-im/keycard-go v0.2.0
github.com/stretchr/testify v1.11.1
github.com/wealdtech/go-eth2-types/v2 v2.8.1
Expand All @@ -52,6 +52,7 @@ require (
go.uber.org/mock v0.5.2
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20250911091902-df9299821621
golang.org/x/mod v0.29.0
golang.org/x/sync v0.18.0
golang.org/x/text v0.31.0
Expand Down Expand Up @@ -97,7 +98,6 @@ require (
go.opentelemetry.io/otel/sdk/log v0.12.2 // indirect
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
Expand Down