summaryrefslogtreecommitdiff
path: root/internal/transport/transport.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/transport/transport.go')
-rw-r--r--internal/transport/transport.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/transport/transport.go b/internal/transport/transport.go
index 14787f5a2..5c0c7a61f 100644
--- a/internal/transport/transport.go
+++ b/internal/transport/transport.go
@@ -24,8 +24,8 @@ import (
"net/url"
"sync"
- "github.com/go-fed/activity/pub"
"github.com/go-fed/httpsig"
+ "github.com/superseriousbusiness/activity/pub"
"github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
)