diff --git a/pkg/ruler/notifier.go b/pkg/ruler/notifier.go index e91c84949af..e14236321c2 100644 --- a/pkg/ruler/notifier.go +++ b/pkg/ruler/notifier.go @@ -4,7 +4,6 @@ import ( "context" "flag" "fmt" - "github.com/prometheus/client_golang/prometheus" "net/url" "regexp" "strings" @@ -12,6 +11,7 @@ import ( gklog "github.com/go-kit/log" "github.com/go-kit/log/level" + "github.com/prometheus/client_golang/prometheus" config_util "github.com/prometheus/common/config" "github.com/prometheus/common/model" "github.com/prometheus/prometheus/config"