diff options
author | Wim <wim@42.be> | 2020-03-28 23:44:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 23:44:49 +0100 |
commit | 0df253964123537b91e5a7364c83cc52f0e88df4 (patch) | |
tree | 15b630d26fd3d5e15c489a2a0a1201f631bd9d60 /bridge | |
parent | 0f2d8a599c6b3f2ee6cba4d0d887fe021df84ca6 (diff) | |
download | matterbridge-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.go | 3 |
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" ) |