from gogs
This commit is contained in:
@@ -2,7 +2,7 @@ package config
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"gogs.inhome.blapointe.com/local/args"
|
||||
"gitea.inhome.blapointe.com/local/args"
|
||||
"os"
|
||||
"strings"
|
||||
)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"gogs.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gogs.inhome.blapointe.com/local/oauth2/oauth2server/server"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/server"
|
||||
"log"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
@@ -2,9 +2,9 @@ package server
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"gogs.inhome.blapointe.com/local/oauth2"
|
||||
"gogs.inhome.blapointe.com/local/router"
|
||||
"gogs.inhome.blapointe.com/local/storage"
|
||||
"gitea.inhome.blapointe.com/local/oauth2"
|
||||
"gitea.inhome.blapointe.com/local/router"
|
||||
"gitea.inhome.blapointe.com/local/storage"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"strings"
|
||||
|
||||
@@ -2,8 +2,8 @@ package server
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"gogs.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gogs.inhome.blapointe.com/local/router"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gitea.inhome.blapointe.com/local/router"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
|
||||
@@ -2,9 +2,9 @@ package server
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"gogs.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gogs.inhome.blapointe.com/local/router"
|
||||
"gogs.inhome.blapointe.com/local/storage"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gitea.inhome.blapointe.com/local/router"
|
||||
"gitea.inhome.blapointe.com/local/storage"
|
||||
|
||||
"golang.org/x/time/rate"
|
||||
)
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
"crypto/sha256"
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"gogs.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gogs.inhome.blapointe.com/local/router"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2server/config"
|
||||
"gitea.inhome.blapointe.com/local/router"
|
||||
"net/http"
|
||||
|
||||
"github.com/google/uuid"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"gogs.inhome.blapointe.com/local/router"
|
||||
"gitea.inhome.blapointe.com/local/router"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user