summaryrefslogtreecommitdiff
path: root/internal/processing/oauth.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-03-02 16:42:51 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-02 16:42:51 +0100
commit8488ac928651656c6f7bebf5eaabce62c2b9fb66 (patch)
tree94357311026e5ed96862a647400375a4543dd815 /internal/processing/oauth.go
parent[chore] go-swagger -> codeberg (#3856) (diff)
downloadgotosocial-8488ac928651656c6f7bebf5eaabce62c2b9fb66.tar.xz
[chore] migrate oauth2 -> codeberg (#3857)
Diffstat (limited to 'internal/processing/oauth.go')
-rw-r--r--internal/processing/oauth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/oauth.go b/internal/processing/oauth.go
index ae511e949..6cd7e00cf 100644
--- a/internal/processing/oauth.go
+++ b/internal/processing/oauth.go
@@ -20,8 +20,8 @@ package processing
import (
"net/http"
+ "codeberg.org/superseriousbusiness/oauth2/v4"
"github.com/superseriousbusiness/gotosocial/internal/gtserror"
- "github.com/superseriousbusiness/oauth2/v4"
)
func (p *Processor) OAuthHandleAuthorizeRequest(w http.ResponseWriter, r *http.Request) gtserror.WithCode {