Fix atomic.Int64 not found in go 1.18 (#28216)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/28236/head
congqixia 2023-11-07 15:16:21 +08:00 committed by GitHub
parent 3f6b203018
commit af1c2044b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,13 +3,13 @@ package syncmgr
import (
"context"
"math/rand"
"sync/atomic"
"testing"
"time"
"github.com/samber/lo"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/suite"
"go.uber.org/atomic"
"github.com/milvus-io/milvus-proto/go-api/v2/commonpb"
"github.com/milvus-io/milvus-proto/go-api/v2/msgpb"