chore: migrate module path to syntrex-lab and prepare open source release

This commit is contained in:
DmitrL-dev 2026-03-31 22:01:51 +10:00
parent a54c892736
commit 5cbb3d89d3
107 changed files with 465 additions and 594 deletions

View file

@ -8,9 +8,9 @@ import (
"net/http/httptest"
"testing"
appsoc "github.com/syntrex/gomcp/internal/application/soc"
domsoc "github.com/syntrex/gomcp/internal/domain/soc"
"github.com/syntrex/gomcp/internal/infrastructure/sqlite"
appsoc "github.com/syntrex-lab/gomcp/internal/application/soc"
domsoc "github.com/syntrex-lab/gomcp/internal/domain/soc"
"github.com/syntrex-lab/gomcp/internal/infrastructure/sqlite"
)
// newTestServer creates an HTTP test server with a real SOC service backed by in-memory SQLite.