From 9ae32fb61e877270ea07fd13a5cb97f15177dc2f Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Mon, 30 Mar 2020 12:56:37 +0200 Subject: [PATCH] move import --- pkg/router/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/router/router.go b/pkg/router/router.go index f35e9c86..7a470783 100644 --- a/pkg/router/router.go +++ b/pkg/router/router.go @@ -2,7 +2,6 @@ package router import ( "fmt" - "github.com/containrrr/shoutrrr/pkg/services/mattermost" "log" "net/url" "strings" @@ -12,6 +11,7 @@ import ( "github.com/containrrr/shoutrrr/pkg/services/gotify" "github.com/containrrr/shoutrrr/pkg/services/ifttt" "github.com/containrrr/shoutrrr/pkg/services/logger" + "github.com/containrrr/shoutrrr/pkg/services/mattermost" "github.com/containrrr/shoutrrr/pkg/services/pushbullet" "github.com/containrrr/shoutrrr/pkg/services/pushover" "github.com/containrrr/shoutrrr/pkg/services/slack"