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

@@ -8,9 +8,9 @@ import (
"strconv"
"time"
"github.com/neatflowcv/seven-skies/internal/pkg/broker"
"github.com/neatflowcv/seven-skies/internal/pkg/domain"
"github.com/neatflowcv/seven-skies/internal/pkg/kma"
"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/kma"
)
type Handler struct {

View File

@@ -8,9 +8,9 @@ import (
"runtime/debug"
"strconv"
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/broker/nats"
"github.com/go-co-op/gocron/v2"
"github.com/joho/godotenv"
"github.com/neatflowcv/seven-skies/internal/pkg/broker/nats"
)
func version() string {

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 {

View File

@@ -7,9 +7,9 @@ import (
"runtime/debug"
"strconv"
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/broker/nats"
"github.com/go-co-op/gocron/v2"
"github.com/joho/godotenv"
"github.com/neatflowcv/seven-skies/internal/pkg/broker/nats"
)
func version() string {

View File

@@ -6,8 +6,8 @@ import (
"net/http"
"time"
"github.com/neatflowcv/seven-skies/api"
"github.com/neatflowcv/seven-skies/internal/app/flow"
"gitea.neatflow.kr/biosvos/seven-skies/api"
"gitea.neatflow.kr/biosvos/seven-skies/internal/app/flow"
)
var _ api.StrictServerInterface = (*Handler)(nil)

View File

@@ -10,13 +10,13 @@ import (
"runtime/debug"
"time"
"gitea.neatflow.kr/biosvos/seven-skies/api"
"gitea.neatflow.kr/biosvos/seven-skies/internal/app/flow"
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/broker/nats"
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/domain"
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/repository/gorm"
"github.com/go-chi/chi/v5"
"github.com/joho/godotenv"
"github.com/neatflowcv/seven-skies/api"
"github.com/neatflowcv/seven-skies/internal/app/flow"
"github.com/neatflowcv/seven-skies/internal/pkg/broker/nats"
"github.com/neatflowcv/seven-skies/internal/pkg/domain"
"github.com/neatflowcv/seven-skies/internal/pkg/repository/gorm"
)
func version() string {