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/oauth/clientstore_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/oauth/clientstore_test.go') diff --git a/internal/oauth/clientstore_test.go b/internal/oauth/clientstore_test.go index 0ced34de6..59b0ec1d3 100644 --- a/internal/oauth/clientstore_test.go +++ b/internal/oauth/clientstore_test.go @@ -21,13 +21,13 @@ import ( "context" "testing" + "codeberg.org/superseriousbusiness/oauth2/v4/models" "github.com/stretchr/testify/suite" "github.com/superseriousbusiness/gotosocial/internal/admin" "github.com/superseriousbusiness/gotosocial/internal/db" "github.com/superseriousbusiness/gotosocial/internal/oauth" "github.com/superseriousbusiness/gotosocial/internal/state" "github.com/superseriousbusiness/gotosocial/testrig" - "github.com/superseriousbusiness/oauth2/v4/models" ) type PgClientStoreTestSuite struct { -- cgit v1.2.3