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

@@ -5,9 +5,9 @@ import (
"fmt"
"log"
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/broker"
"github.com/nats-io/nats.go"
"github.com/nats-io/nats.go/jetstream"
"github.com/neatflowcv/seven-skies/internal/pkg/broker"
)
var _ broker.Broker = (*Broker)(nil)

View File

@@ -7,7 +7,7 @@ import (
"testing"
"time"
"github.com/neatflowcv/seven-skies/internal/pkg/broker/nats"
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/broker/nats"
"github.com/stretchr/testify/require"
)