fix(system): recreate mocks
This commit is contained in:
committed by
Tit Petric
parent
792f6b6490
commit
8015539aaa
@@ -5,8 +5,8 @@
|
||||
package repository
|
||||
|
||||
import (
|
||||
repository "app/system/repository"
|
||||
context "context"
|
||||
repository "github.com/crusttech/crust/system/repository"
|
||||
types "github.com/crusttech/crust/system/types"
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
factory "github.com/titpetric/factory"
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
package repository
|
||||
|
||||
import (
|
||||
repository "app/system/repository"
|
||||
context "context"
|
||||
repository "github.com/crusttech/crust/system/repository"
|
||||
types "github.com/crusttech/crust/system/types"
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
factory "github.com/titpetric/factory"
|
||||
|
||||
Reference in New Issue
Block a user