summaryrefslogtreecommitdiffstats
path: root/bridge/msteams/msteams.go
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/msteams/msteams.go
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/msteams/msteams.go')
-rw-r--r--bridge/msteams/msteams.go2
1 files changed, 1 insertions, 1 deletions
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"
)