mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-12 16:17:28 -06:00
relocate repo
This commit is contained in:
parent
33fa76baef
commit
c956595d73
27 changed files with 87 additions and 87 deletions
|
|
@ -21,9 +21,9 @@ package oauth
|
|||
import (
|
||||
"context"
|
||||
|
||||
"github.com/gotosocial/gotosocial/internal/db"
|
||||
"github.com/gotosocial/oauth2/v4"
|
||||
"github.com/gotosocial/oauth2/v4/models"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/db"
|
||||
"github.com/superseriousbusiness/oauth2/v4"
|
||||
"github.com/superseriousbusiness/oauth2/v4/models"
|
||||
)
|
||||
|
||||
type clientStore struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue