summaryrefslogtreecommitdiff
path: root/internal/oauth/handlers
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-25 15:15:36 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-25 15:15:36 +0200
commitffde1b150faca940bc6c172068aa068cf468aa39 (patch)
tree2b325bf50946b95502d948d5700c148d667346d8 /internal/oauth/handlers
parent[chore] Update `activity` to v1.14.0 (#4038) (diff)
downloadgotosocial-ffde1b150faca940bc6c172068aa068cf468aa39.tar.xz
[chore] Move deps to code.superseriousbusiness.org (#4054)
Diffstat (limited to 'internal/oauth/handlers')
-rw-r--r--internal/oauth/handlers/handlers.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/oauth/handlers/handlers.go b/internal/oauth/handlers/handlers.go
index f0af007f0..df83cd548 100644
--- a/internal/oauth/handlers/handlers.go
+++ b/internal/oauth/handlers/handlers.go
@@ -25,10 +25,10 @@ import (
"slices"
"strings"
- "codeberg.org/superseriousbusiness/oauth2/v4"
- oautherr "codeberg.org/superseriousbusiness/oauth2/v4/errors"
- "codeberg.org/superseriousbusiness/oauth2/v4/manage"
- "codeberg.org/superseriousbusiness/oauth2/v4/server"
+ "code.superseriousbusiness.org/oauth2/v4"
+ oautherr "code.superseriousbusiness.org/oauth2/v4/errors"
+ "code.superseriousbusiness.org/oauth2/v4/manage"
+ "code.superseriousbusiness.org/oauth2/v4/server"
apiutil "github.com/superseriousbusiness/gotosocial/internal/api/util"
"github.com/superseriousbusiness/gotosocial/internal/db"
"github.com/superseriousbusiness/gotosocial/internal/gtscontext"