summaryrefslogtreecommitdiff
path: root/testrig
diff options
context:
space:
mode:
Diffstat (limited to 'testrig')
-rw-r--r--testrig/testmodels.go6
-rw-r--r--testrig/transportcontroller.go2
2 files changed, 4 insertions, 4 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go
index c879d9e38..f40dd4b30 100644
--- a/testrig/testmodels.go
+++ b/testrig/testmodels.go
@@ -36,9 +36,9 @@ import (
"os"
"time"
- "github.com/go-fed/activity/pub"
- "github.com/go-fed/activity/streams"
- "github.com/go-fed/activity/streams/vocab"
+ "github.com/superseriousbusiness/activity/pub"
+ "github.com/superseriousbusiness/activity/streams"
+ "github.com/superseriousbusiness/activity/streams/vocab"
"github.com/superseriousbusiness/gotosocial/internal/ap"
"github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
)
diff --git a/testrig/transportcontroller.go b/testrig/transportcontroller.go
index 31e38f42f..c82b55f69 100644
--- a/testrig/transportcontroller.go
+++ b/testrig/transportcontroller.go
@@ -23,7 +23,7 @@ import (
"io/ioutil"
"net/http"
- "github.com/go-fed/activity/pub"
+ "github.com/superseriousbusiness/activity/pub"
"github.com/superseriousbusiness/gotosocial/internal/db"
"github.com/superseriousbusiness/gotosocial/internal/federation"
"github.com/superseriousbusiness/gotosocial/internal/transport"