summaryrefslogtreecommitdiffstats
path: root/bridge
diff options
context:
space:
mode:
authorQais Patankar <qaisjp@gmail.com>2020-03-15 22:43:25 +0000
committerWim <wim@42.be>2020-03-22 00:02:48 +0100
commit802c80f40c709ba4967de317e40a8d6abe57f6be (patch)
tree710dfeee382f21716653844cf21789d98e42b3ce /bridge
parenta51c5bd905bcac25609d06e20095aef1cd187dbe (diff)
downloadmatterbridge-msglm-802c80f40c709ba4967de317e40a8d6abe57f6be.tar.gz
matterbridge-msglm-802c80f40c709ba4967de317e40a8d6abe57f6be.tar.bz2
matterbridge-msglm-802c80f40c709ba4967de317e40a8d6abe57f6be.zip
Update vendor yaegashi/msgraph.go to v0.1.2 (1)
Diffstat (limited to 'bridge')
-rw-r--r--bridge/msteams/handler.go2
-rw-r--r--bridge/msteams/msteams.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/bridge/msteams/handler.go b/bridge/msteams/handler.go
index 394a9ac0..c8f0c468 100644
--- a/bridge/msteams/handler.go
+++ b/bridge/msteams/handler.go
@@ -9,7 +9,7 @@ import (
"github.com/42wim/matterbridge/bridge/config"
"github.com/42wim/matterbridge/bridge/helper"
- msgraph "github.com/matterbridge/msgraph.go/beta"
+ msgraph "github.com/yaegashi/msgraph.go/beta"
)
func (b *Bmsteams) findFile(weburl string) (string, error) {
diff --git a/bridge/msteams/msteams.go b/bridge/msteams/msteams.go
index b096cb04..06964085 100644
--- a/bridge/msteams/msteams.go
+++ b/bridge/msteams/msteams.go
@@ -12,9 +12,9 @@ import (
"github.com/42wim/matterbridge/bridge/config"
// "github.com/davecgh/go-spew/spew"
- msgraph "github.com/matterbridge/msgraph.go/beta"
"github.com/matterbridge/msgraph.go/msauth"
"github.com/mattn/godown"
+ msgraph "github.com/yaegashi/msgraph.go/beta"
"golang.org/x/oauth2"
)