change module name

This commit is contained in:
2025-12-18 22:12:09 +09:00
parent 4e1f2a46fa
commit 9c100d6e1b
17 changed files with 39 additions and 39 deletions

View File

@@ -7,9 +7,9 @@ import (
"log"
"time"
"github.com/neatflowcv/seven-skies/internal/pkg/broker"
"github.com/neatflowcv/seven-skies/internal/pkg/domain"
"github.com/neatflowcv/seven-skies/internal/pkg/openweather"
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/broker"
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/domain"
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/openweather"
)
type Handler struct {