From 802c80f40c709ba4967de317e40a8d6abe57f6be Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Sun, 15 Mar 2020 22:43:25 +0000 Subject: Update vendor yaegashi/msgraph.go to v0.1.2 (1) --- bridge/msteams/handler.go | 2 +- bridge/msteams/msteams.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bridge') 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" ) -- cgit v1.2.3