change module name
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/neatflowcv/seven-skies/internal/app/flow"
|
||||
"github.com/neatflowcv/seven-skies/internal/pkg/domain"
|
||||
"github.com/neatflowcv/seven-skies/internal/pkg/repository/mocks"
|
||||
"gitea.neatflow.kr/biosvos/seven-skies/internal/app/flow"
|
||||
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/domain"
|
||||
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/repository/mocks"
|
||||
"github.com/stretchr/testify/require"
|
||||
"go.uber.org/mock/gomock"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user