summaryrefslogtreecommitdiff
path: root/internal/oauth/clientstore.go
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/clientstore.go
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/clientstore.go')
-rw-r--r--internal/oauth/clientstore.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/oauth/clientstore.go b/internal/oauth/clientstore.go
index 17de0e342..77e18bd07 100644
--- a/internal/oauth/clientstore.go
+++ b/internal/oauth/clientstore.go
@@ -20,8 +20,8 @@ package oauth
import (
"context"
- "codeberg.org/superseriousbusiness/oauth2/v4"
- "codeberg.org/superseriousbusiness/oauth2/v4/errors"
+ "code.superseriousbusiness.org/oauth2/v4"
+ "code.superseriousbusiness.org/oauth2/v4/errors"
"github.com/superseriousbusiness/gotosocial/internal/state"
)