summaryrefslogtreecommitdiff
path: root/internal/oauth/errors.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/errors.go
parent[chore] go-swagger -> codeberg (#3856) (diff)
downloadgotosocial-8488ac928651656c6f7bebf5eaabce62c2b9fb66.tar.xz
[chore] migrate oauth2 -> codeberg (#3857)
Diffstat (limited to 'internal/oauth/errors.go')
-rw-r--r--internal/oauth/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/oauth/errors.go b/internal/oauth/errors.go
index b16143e5c..1ed9e838c 100644
--- a/internal/oauth/errors.go
+++ b/internal/oauth/errors.go
@@ -17,7 +17,7 @@
package oauth
-import "github.com/superseriousbusiness/oauth2/v4/errors"
+import "codeberg.org/superseriousbusiness/oauth2/v4/errors"
// ErrInvalidRequest is an oauth spec compliant 'invalid_request' error.
var ErrInvalidRequest = errors.New("invalid_request")