diff options
| author | 2025-03-02 12:48:00 +0100 | |
|---|---|---|
| committer | 2025-03-02 12:48:00 +0100 | |
| commit | e2e185d10bdaaba85996069e9621963ad4d6f565 (patch) | |
| tree | bb537b524a2126e0fe16b34ebdbf097420c26a0d /internal/ap/extractpubkey_test.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/ap/extractpubkey_test.go')
| -rw-r--r-- | internal/ap/extractpubkey_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/ap/extractpubkey_test.go b/internal/ap/extractpubkey_test.go index f7218f8b1..cf468a1e7 100644 --- a/internal/ap/extractpubkey_test.go +++ b/internal/ap/extractpubkey_test.go @@ -22,9 +22,9 @@ import ( "encoding/json" "testing" + "codeberg.org/superseriousbusiness/activity/streams" + typepublickey "codeberg.org/superseriousbusiness/activity/streams/impl/w3idsecurityv1/type_publickey" "github.com/stretchr/testify/suite" - "github.com/superseriousbusiness/activity/streams" - typepublickey "github.com/superseriousbusiness/activity/streams/impl/w3idsecurityv1/type_publickey" "github.com/superseriousbusiness/gotosocial/internal/ap" ) |
