diff --git a/system/repository/mocks/credentials.go b/system/repository/mocks/credentials.go index fcdc9e16b..d8ba3095a 100644 --- a/system/repository/mocks/credentials.go +++ b/system/repository/mocks/credentials.go @@ -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" diff --git a/system/repository/mocks/user.go b/system/repository/mocks/user.go index 0df8d3900..b86917407 100644 --- a/system/repository/mocks/user.go +++ b/system/repository/mocks/user.go @@ -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"