summaryrefslogtreecommitdiff
path: root/internal/federation/dereferencing/collection.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/federation/dereferencing/collection.go')
-rw-r--r--internal/federation/dereferencing/collection.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/federation/dereferencing/collection.go b/internal/federation/dereferencing/collection.go
index 714af9832..9ba0aad2c 100644
--- a/internal/federation/dereferencing/collection.go
+++ b/internal/federation/dereferencing/collection.go
@@ -22,9 +22,9 @@ import (
"net/url"
"code.superseriousbusiness.org/activity/streams/vocab"
- "github.com/superseriousbusiness/gotosocial/internal/ap"
- "github.com/superseriousbusiness/gotosocial/internal/gtserror"
- "github.com/superseriousbusiness/gotosocial/internal/log"
+ "code.superseriousbusiness.org/gotosocial/internal/ap"
+ "code.superseriousbusiness.org/gotosocial/internal/gtserror"
+ "code.superseriousbusiness.org/gotosocial/internal/log"
)
// dereferenceCollectionPage returns the activitystreams Collection at the specified IRI, or an error if something goes wrong.