from gogs

This commit is contained in:
Bel LaPointe
2023-11-09 08:15:01 -07:00
parent d39498ff84
commit e549308d98
11 changed files with 31 additions and 31 deletions

View File

@@ -3,10 +3,10 @@ package oauth2
import (
"errors"
"fmt"
"gogs.inhome.blapointe.com/local/oauth2"
"gogs.inhome.blapointe.com/local/oauth2/oauth2client"
"gogs.inhome.blapointe.com/local/oauth2/oauth2server/config"
"gogs.inhome.blapointe.com/local/oauth2/oauth2server/server"
"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"