diff --git a/cmd/neofs-cli/modules/version.go b/cmd/neofs-cli/modules/version.go index da7cb6ed6..48fa940d2 100644 --- a/cmd/neofs-cli/modules/version.go +++ b/cmd/neofs-cli/modules/version.go @@ -3,6 +3,7 @@ package cmd import ( "encoding/json" "fmt" + "github.com/nspcc-dev/neofs-node/misc" "github.com/spf13/cobra" diff --git a/pkg/innerring/invoke/neofs.go b/pkg/innerring/invoke/neofs.go index 74e639d05..a68904659 100644 --- a/pkg/innerring/invoke/neofs.go +++ b/pkg/innerring/invoke/neofs.go @@ -5,7 +5,7 @@ import ( "crypto/ecdsa" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-crypto" + crypto "github.com/nspcc-dev/neofs-crypto" "github.com/nspcc-dev/neofs-node/pkg/morph/client" )