sort import according to the config
Signed-off-by: Augustin Husson <augustin.husson@amadeus.com>
This commit is contained in:
parent
f334232b85
commit
fc3974518b
|
@ -14,3 +14,4 @@
|
|||
package reactApp
|
||||
|
||||
import "embed"
|
||||
|
||||
|
|
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue