From ab10266bff8d3dea1655e5f98a932efa2474bdb6 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sat, 26 Apr 2025 15:34:10 +0200 Subject: [feature] Move to code.superseriousbusiness.org --- internal/oauth/clientstore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/oauth/clientstore.go') diff --git a/internal/oauth/clientstore.go b/internal/oauth/clientstore.go index 77e18bd07..f780e13d5 100644 --- a/internal/oauth/clientstore.go +++ b/internal/oauth/clientstore.go @@ -20,9 +20,9 @@ package oauth import ( "context" + "code.superseriousbusiness.org/gotosocial/internal/state" "code.superseriousbusiness.org/oauth2/v4" "code.superseriousbusiness.org/oauth2/v4/errors" - "github.com/superseriousbusiness/gotosocial/internal/state" ) type clientStore struct { -- cgit v1.2.3