relocate repo
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user