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

Merged
fyrchik merged 1 commits from aarifullin/frostfs-node:bug/use_uber_sync into master 2023-03-30 14:50:44 +00:00
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"
)