From 3af0dc3b3a5bfaffe37770c437427f1e99402405 Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 26 Dec 2019 23:11:24 +0100 Subject: [PATCH] Vendor libraries needed for msteams support --- go.mod | 2 ++ 1 file changed, 2 insertions(+) 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