Skip to content

Commit

Permalink
move import
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij authored and Simon Aronsson committed Mar 30, 2020
1 parent f17c3e2 commit 9ae32fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/router/router.go
Expand Up @@ -2,7 +2,6 @@ package router

import (
"fmt"
"github.com/containrrr/shoutrrr/pkg/services/mattermost"
"log"
"net/url"
"strings"
Expand All @@ -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"
Expand Down

0 comments on commit 9ae32fb

Please sign in to comment.