sort import according to the config

Signed-off-by: Augustin Husson <augustin.husson@amadeus.com>
This commit is contained in:
Augustin Husson 2023-08-16 09:53:05 +02:00
parent f334232b85
commit fc3974518b
2 changed files with 4 additions and 2 deletions

View File

@ -14,3 +14,4 @@
package reactApp
import "embed"

View File

@ -21,11 +21,12 @@ import (
"path"
"github.com/go-kit/log"
"github.com/prometheus/alertmanager/asset"
reactApp "github.com/prometheus/alertmanager/ui/react-app"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/prometheus/common/route"
"github.com/prometheus/common/server"
"github.com/prometheus/alertmanager/asset"
reactApp "github.com/prometheus/alertmanager/ui/react-app"
)
var reactRouterPaths = []string{