4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 08:39:24 +00:00

Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067)

This commit is contained in:
Wim
2020-03-28 23:44:49 +01:00
committed by GitHub
parent 0f2d8a599c
commit 0df2539641
9 changed files with 2 additions and 210 deletions

View File

@ -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"
)