1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

GO-3921: fix import order

Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
AnastasiaShemyakinskaya 2024-08-22 14:55:01 +02:00
parent 4d565195a3
commit f6a7f642f1
No known key found for this signature in database
GPG key ID: CCD60ED83B103281

View file

@ -4,7 +4,6 @@ package coordinatorclient
import (
"context"
"errors"
"github.com/anyproto/any-sync/net/secureservice"
"storj.io/drpc"
@ -15,6 +14,7 @@ import (
"github.com/anyproto/any-sync/net/peer"
"github.com/anyproto/any-sync/net/pool"
"github.com/anyproto/any-sync/net/rpc/rpcerr"
"github.com/anyproto/any-sync/net/secureservice"
"github.com/anyproto/any-sync/nodeconf"
"github.com/anyproto/any-sync/util/cidutil"
"github.com/anyproto/any-sync/util/crypto"