summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-12-26 23:11:24 +0100
committerWim <wim@42.be>2020-03-01 22:19:33 +0100
commit3af0dc3b3a5bfaffe37770c437427f1e99402405 (patch)
treec3c69a875de38853c7b1f7d45cbaad34b3973d70
parent9cf9b958a337d90fa76c95161e9aa7f69c3d6346 (diff)
downloadmatterbridge-msglm-3af0dc3b3a5bfaffe37770c437427f1e99402405.tar.gz
matterbridge-msglm-3af0dc3b3a5bfaffe37770c437427f1e99402405.tar.bz2
matterbridge-msglm-3af0dc3b3a5bfaffe37770c437427f1e99402405.zip
Vendor libraries needed for msteams support
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index aeb037a6..a1a11f1a 100644
--- a/go.mod
+++ b/go.mod
@@ -57,4 +57,6 @@ require (
replace github.com/bwmarrin/discordgo v0.20.2 => github.com/matterbridge/discordgo v0.18.1-0.20200109173909-ed873362fa43
+replace github.com/yaegashi/msgraph.go => github.com/matterbridge/msgraph.go v0.0.0-20191226214848-9e5d9c08a4e1
+
go 1.13