[#971] *: Group all 3rd parties imports

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-11-18 19:18:54 +03:00 committed by Alex Vanin
parent 7ac3145980
commit 60e3ea978f
11 changed files with 9 additions and 19 deletions

View file

@ -115,7 +115,7 @@ func (b *BurnPrm) SetAmount(amount int64) {
b.amount = amount
}
// SetID sets ID
// SetID sets ID.
func (b *BurnPrm) SetID(id []byte) {
b.id = id
}

View file

@ -4,9 +4,8 @@ import (
"crypto/elliptic"
"fmt"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
"github.com/nspcc-dev/neo-go/pkg/crypto/keys"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
"github.com/nspcc-dev/neofs-node/pkg/morph/client/neofsid"
"github.com/nspcc-dev/neofs-sdk-go/owner"
)

View file

@ -4,9 +4,8 @@ import (
"fmt"
"strconv"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
"github.com/nspcc-dev/neo-go/pkg/encoding/bigint"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
"github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap"
)