summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-11-14 00:04:39 +0100
committerGitHub <noreply@github.com>2019-11-14 00:04:39 +0100
commitaba86855b5f71c9809d892a7eebc6b69872fcd5b (patch)
treed9228a7b2b8e4a047b848f4d75b5a1f6b1e93cd9 /go.mod
parented5386c213e5c41164c7dba80bb8e6fe7f6dc7d7 (diff)
downloadmatterbridge-msglm-aba86855b5f71c9809d892a7eebc6b69872fcd5b.tar.gz
matterbridge-msglm-aba86855b5f71c9809d892a7eebc6b69872fcd5b.tar.bz2
matterbridge-msglm-aba86855b5f71c9809d892a7eebc6b69872fcd5b.zip
Use own slack fork to fix #937 (#943)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index c9592111..76f41c16 100644
--- a/go.mod
+++ b/go.mod
@@ -36,6 +36,7 @@ require (
github.com/nelsonken/gomf v0.0.0-20180504123937-a9dd2f9deae9
github.com/nicksnyder/go-i18n v1.4.0 // indirect
github.com/nlopes/slack v0.6.0
+ //github.com/nlopes/slack v0.6.0
github.com/onsi/ginkgo v1.6.0 // indirect
github.com/onsi/gomega v1.4.1 // indirect
github.com/paulrosania/go-charset v0.0.0-20190326053356-55c9d7a5834c
@@ -72,4 +73,6 @@ require (
replace github.com/bwmarrin/discordgo v0.19.0 => github.com/matterbridge/discordgo v0.0.0-20191026232317-01823f4ebba4
+replace github.com/nlopes/slack v0.6.0 => github.com/matterbridge/slack v0.1.1-0.20191113220225-25f80ef0a0d1
+
go 1.13