chore: migrate to dappco.re vanity import path
Change module declaration from forge.lthn.ai/core/ide to dappco.re/go/core/ide. Update the self-referencing icons import accordingly. External dependency imports remain on forge.lthn.ai paths until those sibling modules publish dappco.re-aware versions, avoiding dual-path conflicts in the Go module graph. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
98483cb7af
commit
cc7504892f
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module forge.lthn.ai/core/ide
|
||||
module dappco.re/go/core/ide
|
||||
|
||||
go 1.26.0
|
||||
|
||||
|
|
|
|||
2
main.go
2
main.go
|
|
@ -20,7 +20,7 @@ import (
|
|||
"forge.lthn.ai/core/go/pkg/core"
|
||||
guiMCP "forge.lthn.ai/core/gui/pkg/mcp"
|
||||
"forge.lthn.ai/core/gui/pkg/display"
|
||||
"forge.lthn.ai/core/ide/icons"
|
||||
"dappco.re/go/core/ide/icons"
|
||||
"forge.lthn.ai/core/mcp/pkg/mcp"
|
||||
"forge.lthn.ai/core/mcp/pkg/mcp/agentic"
|
||||
"forge.lthn.ai/core/mcp/pkg/mcp/brain"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue