move to ssb gofed fork (#298)

This commit is contained in:
tobi
2021-11-13 17:29:43 +01:00
committed by GitHub
parent 829a934d23
commit 09ef9e639e
799 changed files with 6458 additions and 2475 deletions

View File

@@ -27,9 +27,9 @@ import (
"testing"
"github.com/gin-gonic/gin"
"github.com/go-fed/activity/streams"
"github.com/go-fed/activity/streams/vocab"
"github.com/stretchr/testify/suite"
"github.com/superseriousbusiness/activity/streams"
"github.com/superseriousbusiness/activity/streams/vocab"
"github.com/superseriousbusiness/gotosocial/internal/api/s2s/user"
"github.com/superseriousbusiness/gotosocial/testrig"
)