[#189] node: Fix bug with sync/atomic package

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
remotes/1719518156812353934/tmp_refs/heads/bug/use_uber_sync
Airat Arifullin 2023-03-30 15:35:34 +03:00
parent 341fe1688f
commit b05b1abb85
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@ import (
"os"
"path/filepath"
"strconv"
"sync/atomic"
"testing"
"time"
@ -24,6 +23,7 @@ import (
cidtest "git.frostfs.info/TrueCloudLab/frostfs-sdk-go/container/id/test"
"github.com/stretchr/testify/require"
"go.etcd.io/bbolt"
"go.uber.org/atomic"
"go.uber.org/zap/zaptest"
)