Ran go imports (#8582)

This commit is contained in:
terence tsao 2021-03-09 11:56:05 -08:00 committed by GitHub
parent ab301aa4fe
commit 72be10f9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ import (
"github.com/prysmaticlabs/prysm/shared/cmd"
"github.com/prysmaticlabs/prysm/shared/featureconfig"
"github.com/prysmaticlabs/prysm/shared/tos"
"github.com/prysmaticlabs/prysm/validator/slashing-protection"
slashingprotection "github.com/prysmaticlabs/prysm/validator/slashing-protection"
"github.com/urfave/cli/v2"
)