diff --git a/go.mod b/go.mod index 7d01891168..2c273de951 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,7 @@ require ( github.com/rs/zerolog v1.32.0 github.com/sourcegraph/conc v0.3.0 github.com/spf13/cobra v1.7.0 - github.com/ssvlabs/ssv-spec v0.3.10-0.20240624121006-7adef2ac3ea6 + github.com/ssvlabs/ssv-spec v0.3.11-0.20240725093126-e0ef1418c7c5 github.com/ssvlabs/ssv-spec-pre-cc v0.0.0-20240502072846-bba633c4ed61 github.com/status-im/keycard-go v0.2.0 github.com/stretchr/testify v1.8.4 diff --git a/go.sum b/go.sum index 05bdc4381a..3552c5f98b 100644 --- a/go.sum +++ b/go.sum @@ -759,6 +759,8 @@ github.com/spf13/viper v1.0.0/go.mod h1:A8kyI5cUJhb8N+3pkfONlcEcZbueH6nhAm0Fq7Sr github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/ssvlabs/ssv-spec v0.3.10-0.20240624121006-7adef2ac3ea6 h1:MDbz5Ia++c1yScP6UjccBfPYh3oZdbSQWE1muYxgf+4= github.com/ssvlabs/ssv-spec v0.3.10-0.20240624121006-7adef2ac3ea6/go.mod h1:woZFNQHwfkY2fVvIRK6uPZGsUm8hCubZ6VWRbXRzCkM= +github.com/ssvlabs/ssv-spec v0.3.11-0.20240725093126-e0ef1418c7c5 h1:YzIHODxKsXj6whDKTDTPObLJECf0fMTkxYp9Ga7r+h4= +github.com/ssvlabs/ssv-spec v0.3.11-0.20240725093126-e0ef1418c7c5/go.mod h1:woZFNQHwfkY2fVvIRK6uPZGsUm8hCubZ6VWRbXRzCkM= github.com/ssvlabs/ssv-spec-pre-cc v0.0.0-20240502072846-bba633c4ed61 h1:NkbXQyLsgZeedMXKAj0EKQJ2LyizPefZ5K99rK3Yyl8= github.com/ssvlabs/ssv-spec-pre-cc v0.0.0-20240502072846-bba633c4ed61/go.mod h1:a7ROAIWAtDOV1VdIYBu4dFtD8TGpKCmC1KMOQKpnM7U= github.com/status-im/keycard-go v0.2.0 h1:QDLFswOQu1r5jsycloeQh3bVU8n/NatHHaZobtDnDzA=