relocate repo

This commit is contained in:
tsmethurst
2021-03-27 13:00:22 +01:00
parent 33fa76baef
commit c956595d73
27 changed files with 87 additions and 87 deletions

View File

@ -5,7 +5,7 @@ package mocks
import (
context "context"
config "github.com/gotosocial/gotosocial/internal/config"
config "github.com/superseriousbusiness/gotosocial/internal/config"
logrus "github.com/sirupsen/logrus"

View File

@ -5,11 +5,11 @@ package mocks
import (
context "context"
mastotypes "github.com/gotosocial/gotosocial/pkg/mastotypes"
mastotypes "github.com/superseriousbusiness/gotosocial/pkg/mastotypes"
mock "github.com/stretchr/testify/mock"
model "github.com/gotosocial/gotosocial/internal/db/model"
model "github.com/superseriousbusiness/gotosocial/internal/db/model"
net "net"

View File

@ -5,7 +5,7 @@ package mocks
import (
mock "github.com/stretchr/testify/mock"
router "github.com/gotosocial/gotosocial/internal/router"
router "github.com/superseriousbusiness/gotosocial/internal/router"
)
// ClientAPIModule is an autogenerated mock type for the ClientAPIModule type

View File

@ -7,7 +7,7 @@ import (
mock "github.com/stretchr/testify/mock"
oauth2 "github.com/gotosocial/oauth2/v4"
oauth2 "github.com/superseriousbusiness/oauth2/v4"
)
// Server is an autogenerated mock type for the Server type