replace atomic for uber fix atomic

Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
gotjosh 2023-02-24 12:11:50 +00:00
parent c61ca09246
commit 5318bc3ccb
No known key found for this signature in database
GPG Key ID: A6E1DDE38FF3C74E

View File

@ -20,7 +20,6 @@ import (
"runtime"
"sort"
"sync"
"sync/atomic"
"testing"
"time"
@ -30,6 +29,7 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/common/model"
"github.com/stretchr/testify/require"
"go.uber.org/atomic"
pb "github.com/prometheus/alertmanager/silence/silencepb"
"github.com/prometheus/alertmanager/types"