@@ -20,26 +20,26 @@ import (
2020 "gorm.io/gorm"
2121 gormlogger "gorm.io/gorm/logger"
2222
23- "github.com/imtaebin /code-context-graph/internal/analysis/changes"
24- "github.com/imtaebin /code-context-graph/internal/analysis/community"
25- "github.com/imtaebin /code-context-graph/internal/analysis/coupling"
26- "github.com/imtaebin /code-context-graph/internal/analysis/coverage"
27- "github.com/imtaebin /code-context-graph/internal/analysis/deadcode"
28- "github.com/imtaebin /code-context-graph/internal/analysis/flows"
29- "github.com/imtaebin /code-context-graph/internal/analysis/impact"
30- "github.com/imtaebin /code-context-graph/internal/analysis/incremental"
31- "github.com/imtaebin /code-context-graph/internal/analysis/largefunc"
32- "github.com/imtaebin /code-context-graph/internal/analysis/query"
33- "github.com/imtaebin /code-context-graph/internal/cli"
34- "github.com/imtaebin /code-context-graph/internal/ctxns"
35- mcpserver "github.com/imtaebin /code-context-graph/internal/mcp"
36- "github.com/imtaebin /code-context-graph/internal/model"
37- "github.com/imtaebin /code-context-graph/internal/parse/treesitter"
38- "github.com/imtaebin /code-context-graph/internal/pathutil"
39- "github.com/imtaebin /code-context-graph/internal/service"
40- "github.com/imtaebin /code-context-graph/internal/store/gormstore"
41- "github.com/imtaebin /code-context-graph/internal/store/search"
42- "github.com/imtaebin /code-context-graph/internal/webhook"
23+ "github.com/tae2089 /code-context-graph/internal/analysis/changes"
24+ "github.com/tae2089 /code-context-graph/internal/analysis/community"
25+ "github.com/tae2089 /code-context-graph/internal/analysis/coupling"
26+ "github.com/tae2089 /code-context-graph/internal/analysis/coverage"
27+ "github.com/tae2089 /code-context-graph/internal/analysis/deadcode"
28+ "github.com/tae2089 /code-context-graph/internal/analysis/flows"
29+ "github.com/tae2089 /code-context-graph/internal/analysis/impact"
30+ "github.com/tae2089 /code-context-graph/internal/analysis/incremental"
31+ "github.com/tae2089 /code-context-graph/internal/analysis/largefunc"
32+ "github.com/tae2089 /code-context-graph/internal/analysis/query"
33+ "github.com/tae2089 /code-context-graph/internal/cli"
34+ "github.com/tae2089 /code-context-graph/internal/ctxns"
35+ mcpserver "github.com/tae2089 /code-context-graph/internal/mcp"
36+ "github.com/tae2089 /code-context-graph/internal/model"
37+ "github.com/tae2089 /code-context-graph/internal/parse/treesitter"
38+ "github.com/tae2089 /code-context-graph/internal/pathutil"
39+ "github.com/tae2089 /code-context-graph/internal/service"
40+ "github.com/tae2089 /code-context-graph/internal/store/gormstore"
41+ "github.com/tae2089 /code-context-graph/internal/store/search"
42+ "github.com/tae2089 /code-context-graph/internal/webhook"
4343)
4444
4545var (
0 commit comments