File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
services/auth/source/oauth2 Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ package oauth2
6
6
7
7
import (
8
8
"code.gitea.io/gitea/modules/setting"
9
+
9
10
"github.com/markbates/goth"
10
11
"github.com/markbates/goth/providers/azureadv2"
11
12
"github.com/markbates/goth/providers/gitea"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ package oauth2
7
7
import (
8
8
"code.gitea.io/gitea/modules/log"
9
9
"code.gitea.io/gitea/modules/setting"
10
+
10
11
"github.com/markbates/goth"
11
12
"github.com/markbates/goth/providers/openidConnect"
12
13
)
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ package oauth2
6
6
7
7
import (
8
8
"code.gitea.io/gitea/modules/setting"
9
+
9
10
"github.com/markbates/goth"
10
11
"github.com/markbates/goth/providers/azuread"
11
12
"github.com/markbates/goth/providers/bitbucket"
You can’t perform that action at this time.
0 commit comments