change module name
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user