chore: migrate to dappco.re vanity import path
Some checks failed
Security Scan / security (push) Successful in 10s
Test / test (push) Failing after 2m0s

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:
Claude 2026-03-21 23:55:49 +00:00
parent 98483cb7af
commit cc7504892f
No known key found for this signature in database
GPG key ID: AF404715446AEB41
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -1,4 +1,4 @@
module forge.lthn.ai/core/ide
module dappco.re/go/core/ide
go 1.26.0

View file

@ -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"