summaryrefslogtreecommitdiffstats
path: root/bridge
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-03-28 23:44:49 +0100
committerGitHub <noreply@github.com>2020-03-28 23:44:49 +0100
commit0df253964123537b91e5a7364c83cc52f0e88df4 (patch)
tree15b630d26fd3d5e15c489a2a0a1201f631bd9d60 /bridge
parent0f2d8a599c6b3f2ee6cba4d0d887fe021df84ca6 (diff)
downloadmatterbridge-msglm-0df253964123537b91e5a7364c83cc52f0e88df4.tar.gz
matterbridge-msglm-0df253964123537b91e5a7364c83cc52f0e88df4.tar.bz2
matterbridge-msglm-0df253964123537b91e5a7364c83cc52f0e88df4.zip
Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067)
Diffstat (limited to 'bridge')
-rw-r--r--bridge/msteams/msteams.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/bridge/msteams/msteams.go b/bridge/msteams/msteams.go
index 06964085..b3540d08 100644
--- a/bridge/msteams/msteams.go
+++ b/bridge/msteams/msteams.go
@@ -11,10 +11,9 @@ import (
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"
- // "github.com/davecgh/go-spew/spew"
- "github.com/matterbridge/msgraph.go/msauth"
"github.com/mattn/godown"
msgraph "github.com/yaegashi/msgraph.go/beta"
+ "github.com/yaegashi/msgraph.go/msauth"
"golang.org/x/oauth2"
)