diff options
Diffstat (limited to 'matterhook/matterhook.go')
-rw-r--r-- | matterhook/matterhook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterhook/matterhook.go b/matterhook/matterhook.go index f5133112..6b036430 100644 --- a/matterhook/matterhook.go +++ b/matterhook/matterhook.go @@ -14,7 +14,7 @@ import ( "time" "github.com/gorilla/schema" - "github.com/nlopes/slack" + "github.com/slack-go/slack" ) // OMessage for mattermost incoming webhook. (send to mattermost) |