summaryrefslogtreecommitdiff
path: root/internal/oauth/server.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-03-02 16:42:51 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-02 16:42:51 +0100
commit8488ac928651656c6f7bebf5eaabce62c2b9fb66 (patch)
tree94357311026e5ed96862a647400375a4543dd815 /internal/oauth/server.go
parent[chore] go-swagger -> codeberg (#3856) (diff)
downloadgotosocial-8488ac928651656c6f7bebf5eaabce62c2b9fb66.tar.xz
[chore] migrate oauth2 -> codeberg (#3857)
Diffstat (limited to 'internal/oauth/server.go')
-rw-r--r--internal/oauth/server.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/oauth/server.go b/internal/oauth/server.go
index 4f2ed509b..8330ee179 100644
--- a/internal/oauth/server.go
+++ b/internal/oauth/server.go
@@ -24,13 +24,13 @@ import (
"net/http"
"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"
"github.com/superseriousbusiness/gotosocial/internal/db"
"github.com/superseriousbusiness/gotosocial/internal/gtserror"
"github.com/superseriousbusiness/gotosocial/internal/log"
- "github.com/superseriousbusiness/oauth2/v4"
- oautherr "github.com/superseriousbusiness/oauth2/v4/errors"
- "github.com/superseriousbusiness/oauth2/v4/manage"
- "github.com/superseriousbusiness/oauth2/v4/server"
)
const (