Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
  • Loading branch information
krajorama committed Feb 26, 2024
1 parent e5461b7 commit a0acba5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cluster/channel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ import (

"github.com/go-kit/log"
"github.com/hashicorp/memberlist"
"github.com/prometheus/alertmanager/featurecontrol"
"github.com/prometheus/client_golang/prometheus"

"github.com/prometheus/alertmanager/featurecontrol"
)

func TestNormalMessagesGossiped(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ import (
"github.com/go-kit/log/level"
"github.com/hashicorp/memberlist"
"github.com/oklog/ulid"
"github.com/prometheus/alertmanager/featurecontrol"
"github.com/prometheus/client_golang/prometheus"

"github.com/prometheus/alertmanager/featurecontrol"
)

// ClusterPeer represents a single Peer in a gossip cluster.
Expand Down
3 changes: 2 additions & 1 deletion cluster/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ import (
"github.com/hashicorp/go-sockaddr"
"github.com/stretchr/testify/require"

"github.com/prometheus/alertmanager/featurecontrol"
"github.com/prometheus/client_golang/prometheus"

"github.com/prometheus/alertmanager/featurecontrol"
)

func TestClusterJoinAndReconnect(t *testing.T) {
Expand Down

0 comments on commit a0acba5

Please sign in to comment.