summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-08-26 23:47:50 +0200
committerGitHub <noreply@github.com>2019-08-26 23:47:50 +0200
commit1552dcb143edbc82c1ef49169f20fd1b5441b688 (patch)
treec8e553821626d391582c7a7dfc5553d40d7fef0d /go.mod
parentd525f1c9e4ac39b74575052b61c4de72de794b4e (diff)
downloadmatterbridge-msglm-1552dcb143edbc82c1ef49169f20fd1b5441b688.tar.gz
matterbridge-msglm-1552dcb143edbc82c1ef49169f20fd1b5441b688.tar.bz2
matterbridge-msglm-1552dcb143edbc82c1ef49169f20fd1b5441b688.zip
Replace bwmarrin/discordgo with matterbridge/discordgo (#878)
Needed for #872
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index d44b4087..c380835c 100644
--- a/go.mod
+++ b/go.mod
@@ -68,3 +68,5 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)
+
+replace github.com/bwmarrin/discordgo v0.19.0 => github.com/matterbridge/discordgo v0.0.0-20190818085008-57c6e0fc2f40