to gitea.bel.blue
This commit is contained in:
@@ -3,10 +3,6 @@ package oauth2
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"gitea.inhome.blapointe.com/local/oauth2"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2client"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/server"
|
||||
"log"
|
||||
"net/http"
|
||||
"net/http/cookiejar"
|
||||
@@ -15,6 +11,11 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"gitea.bel.blue/local/oauth2"
|
||||
"gitea.bel.blue/local/oauth2/oauth2client"
|
||||
"gitea.bel.blue/local/oauth2/oauth2server/config"
|
||||
"gitea.bel.blue/local/oauth2/oauth2server/server"
|
||||
)
|
||||
|
||||
func TestAll(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user