diff options
| author | 2025-03-02 16:42:51 +0100 | |
|---|---|---|
| committer | 2025-03-02 16:42:51 +0100 | |
| commit | 8488ac928651656c6f7bebf5eaabce62c2b9fb66 (patch) | |
| tree | 94357311026e5ed96862a647400375a4543dd815 /internal/oauth/clientstore.go | |
| parent | [chore] go-swagger -> codeberg (#3856) (diff) | |
| download | gotosocial-8488ac928651656c6f7bebf5eaabce62c2b9fb66.tar.xz | |
[chore] migrate oauth2 -> codeberg (#3857)
Diffstat (limited to 'internal/oauth/clientstore.go')
| -rw-r--r-- | internal/oauth/clientstore.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/oauth/clientstore.go b/internal/oauth/clientstore.go index bddb30b1b..af48edac3 100644 --- a/internal/oauth/clientstore.go +++ b/internal/oauth/clientstore.go @@ -20,10 +20,10 @@ package oauth import ( "context" + "codeberg.org/superseriousbusiness/oauth2/v4" + "codeberg.org/superseriousbusiness/oauth2/v4/models" "github.com/superseriousbusiness/gotosocial/internal/db" "github.com/superseriousbusiness/gotosocial/internal/gtsmodel" - "github.com/superseriousbusiness/oauth2/v4" - "github.com/superseriousbusiness/oauth2/v4/models" ) type clientStore struct { |
