summaryrefslogtreecommitdiff
path: root/internal/ap/ap_test.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-03-02 12:48:00 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-02 12:48:00 +0100
commite2e185d10bdaaba85996069e9621963ad4d6f565 (patch)
treebb537b524a2126e0fe16b34ebdbf097420c26a0d /internal/ap/ap_test.go
parent[chore] little frontend tweaks (#3852) (diff)
downloadgotosocial-e2e185d10bdaaba85996069e9621963ad4d6f565.tar.xz
[chore] github.com/superseriousbusiness/activity -> codeberg.org/superseriousbusiness/activity (#3853)
Diffstat (limited to 'internal/ap/ap_test.go')
-rw-r--r--internal/ap/ap_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/ap/ap_test.go b/internal/ap/ap_test.go
index 3738c8c9c..5a6518ef0 100644
--- a/internal/ap/ap_test.go
+++ b/internal/ap/ap_test.go
@@ -23,9 +23,9 @@ import (
"encoding/json"
"io"
+ "codeberg.org/superseriousbusiness/activity/streams"
+ "codeberg.org/superseriousbusiness/activity/streams/vocab"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/activity/streams"
- "github.com/superseriousbusiness/activity/streams/vocab"
"github.com/superseriousbusiness/gotosocial/internal/ap"
"github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
"github.com/superseriousbusiness/gotosocial/testrig"