diff options
| author | 2025-03-02 12:48:00 +0100 | |
|---|---|---|
| committer | 2025-03-02 12:48:00 +0100 | |
| commit | e2e185d10bdaaba85996069e9621963ad4d6f565 (patch) | |
| tree | bb537b524a2126e0fe16b34ebdbf097420c26a0d /internal/federation/authenticate.go | |
| parent | [chore] little frontend tweaks (#3852) (diff) | |
| download | gotosocial-e2e185d10bdaaba85996069e9621963ad4d6f565.tar.xz | |
[chore] github.com/superseriousbusiness/activity -> codeberg.org/superseriousbusiness/activity (#3853)
Diffstat (limited to 'internal/federation/authenticate.go')
| -rw-r--r-- | internal/federation/authenticate.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/federation/authenticate.go b/internal/federation/authenticate.go index c06b8e72b..b24519ebc 100644 --- a/internal/federation/authenticate.go +++ b/internal/federation/authenticate.go @@ -29,8 +29,8 @@ import ( "time" "codeberg.org/gruf/go-kv" - "github.com/superseriousbusiness/activity/streams" - typepublickey "github.com/superseriousbusiness/activity/streams/impl/w3idsecurityv1/type_publickey" + "codeberg.org/superseriousbusiness/activity/streams" + typepublickey "codeberg.org/superseriousbusiness/activity/streams/impl/w3idsecurityv1/type_publickey" "github.com/superseriousbusiness/gotosocial/internal/ap" "github.com/superseriousbusiness/gotosocial/internal/config" "github.com/superseriousbusiness/gotosocial/internal/db" |
