Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 5b49d5555cd911720cb02407e6644a3bf358155e Author: Wim <wim@42.be> Date: Thu Dec 26 23:11:24 2019 +0000 Vendor libraries needed for msteams support diff --git a/go.mod b/go.mod index aeb037a..a1a11f1 100644 --- a/go.mod +++ b/go.mod @@ -574 +576 @@ 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