From 10e6e043764ac51349a813679b2728a32680cd10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Freund?= Date: Tue, 10 Aug 2021 19:01:46 +0200 Subject: [PATCH] fix imports order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Freund --- notify/opsgenie/opsgenie_test.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/notify/opsgenie/opsgenie_test.go b/notify/opsgenie/opsgenie_test.go index 3066f5e3..543fc357 100644 --- a/notify/opsgenie/opsgenie_test.go +++ b/notify/opsgenie/opsgenie_test.go @@ -23,13 +23,14 @@ import ( "time" "github.com/go-kit/log" + commoncfg "github.com/prometheus/common/config" + "github.com/prometheus/common/model" + "github.com/stretchr/testify/require" + "github.com/prometheus/alertmanager/config" "github.com/prometheus/alertmanager/notify" "github.com/prometheus/alertmanager/notify/test" "github.com/prometheus/alertmanager/types" - commoncfg "github.com/prometheus/common/config" - "github.com/prometheus/common/model" - "github.com/stretchr/testify/require" ) func TestOpsGenieRetry(t *testing.T) {