mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 13:02:26 -06:00
oauth2's turn
This commit is contained in:
parent
4aca71d4eb
commit
806f184f3a
38 changed files with 49 additions and 49 deletions
|
|
@ -20,7 +20,7 @@ package auth
|
|||
import (
|
||||
"net/http"
|
||||
|
||||
oautherr "codeberg.org/superseriousbusiness/oauth2/v4/errors"
|
||||
oautherr "code.superseriousbusiness.org/oauth2/v4/errors"
|
||||
"github.com/gin-gonic/gin"
|
||||
apiutil "github.com/superseriousbusiness/gotosocial/internal/api/util"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/gtserror"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import (
|
|||
"slices"
|
||||
"strings"
|
||||
|
||||
"codeberg.org/superseriousbusiness/oauth2/v4"
|
||||
"code.superseriousbusiness.org/oauth2/v4"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/gtserror"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue