From 250b3bb5795240d5ebdab5416ab99dbc41be734b Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 1 Mar 2020 20:59:19 +0100 Subject: Use upstream slack-go/slack again (#1018) --- bridge/slack/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridge/slack/helpers.go') diff --git a/bridge/slack/helpers.go b/bridge/slack/helpers.go index b95ae878..c970b0d7 100644 --- a/bridge/slack/helpers.go +++ b/bridge/slack/helpers.go @@ -7,8 +7,8 @@ import ( "time" "github.com/42wim/matterbridge/bridge/config" - "github.com/nlopes/slack" "github.com/sirupsen/logrus" + "github.com/slack-go/slack" ) // populateReceivedMessage shapes the initial Matterbridge message that we will forward to the -- cgit v1.2.3