mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-17 20:05:17 +00:00
replace atomic for uber fix atomic
Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
parent
c61ca09246
commit
5318bc3ccb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user