summaryrefslogtreecommitdiff
path: root/internal/transport/controller.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/transport/controller.go')
-rw-r--r--internal/transport/controller.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/transport/controller.go b/internal/transport/controller.go
index 9b22928d4..86f612c15 100644
--- a/internal/transport/controller.go
+++ b/internal/transport/controller.go
@@ -24,8 +24,8 @@ import (
"fmt"
"sync"
- "github.com/go-fed/activity/pub"
"github.com/go-fed/httpsig"
+ "github.com/superseriousbusiness/activity/pub"
"github.com/superseriousbusiness/gotosocial/internal/config"
"github.com/superseriousbusiness/gotosocial/internal/db"
)