[#302] Fix goimports linter errors

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
remotes/KirillovDenis/release/v0.21.1
Alex Vanin 2021-01-11 18:24:46 +03:00 committed by Alex Vanin
parent e88c1f750d
commit b62b19cb5a
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ package cmd
import (
"encoding/json"
"fmt"
"github.com/nspcc-dev/neofs-node/misc"
"github.com/spf13/cobra"

View File

@ -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"
)