From 0df253964123537b91e5a7364c83cc52f0e88df4 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 28 Mar 2020 23:44:49 +0100 Subject: Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067) --- bridge/msteams/msteams.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bridge/msteams') 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" ) -- cgit v1.2.3