fix(deps): migrate mcp-chassis to git.d-ma.be path — unblock CD build (#74)
The image build's `go mod download` failed on the stale gitea.d-ma.be/mathias/mcp-chassis import (the gitea→git rename; the server no longer serves a matching go-import meta tag). This is the latent #74 breakage flagged for gitea-mcp, triggered by the first clean rebuild since the rename (the #42 push). Point at git.d-ma.be/mathias/mcp-chassis v0.2.0 + go mod tidy. Unblocks deploying the #42 create_project_from_template fix. gitea-mcp's own module path stays gitea.d-ma.be (main module, not fetched — separate cleanup). Refs #74, #42. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
chassisauth "gitea.d-ma.be/mathias/mcp-chassis/auth"
|
||||
chassisauth "git.d-ma.be/mathias/mcp-chassis/auth"
|
||||
|
||||
"gitea.d-ma.be/mathias/gitea-mcp/internal/allowlist"
|
||||
"gitea.d-ma.be/mathias/gitea-mcp/internal/auth"
|
||||
|
||||
Reference in New Issue
Block a user