From 8488ac928651656c6f7bebf5eaabce62c2b9fb66 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 2 Mar 2025 16:42:51 +0100 Subject: [chore] migrate oauth2 -> codeberg (#3857) --- internal/processing/oauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/processing/oauth.go') 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 { -- cgit v1.2.3