summaryrefslogtreecommitdiffstats
path: root/bridge
diff options
context:
space:
mode:
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"
)