fix(internal#214): refresh go.sum for the go.moleculesai.app vanity path #247
Reference in New Issue
Block a user
Delete Branch "fix/internal-214-gosum-vanity-import"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
go.sumstill had the pre-suspensiongithub.com/Molecule-AI/molecule-ai-plugin-gh-identityentries whilego.modrequiresgo.moleculesai.app/plugin/gh-identity, sogo buildfailed withmissing go.sum entry. Thego.moleculesai.appgo-import responder is now live (operator-host Caddy block —curl https://go.moleculesai.app/plugin/gh-identity?go-get=1returns the meta), sogo mod tidyresolves the vanity path natively. This is the resultinggo.sum— noreplacedirective, nogo.modchange beyond the tidy.Verified: the platform image build now gets past
go mod download+go.sumresolution.Heads-up —
molecule-corestill does not compile, for unrelated reasons:internal/plugins/{source.go,drift_sweeper.go}redeclareSourceResolver(introduced by #123), andinternal/router/router.go:505referencesplgh~127 lines before its declaration (line 632). The branchfix/pluginresolver-conflict(commitd88a320f) addresses the redeclaration but introduces theplghordering bug. Once those land clean,molecule-core-platform:latestcan be rebuilt + pushed to ECR and the local-dev May-4-image workarounds dropped — tracked in internal#214.🤖 Generated with Claude Code
[triage-agent] Gate 1 CI unverified. Mechanical go.sum refresh — replaces stale github.com path with live go.moleculesai.app vanity. Head's up: molecule-core still does not compile due to unrelated SourceResolver redeclaration + plgh ordering bug. This PR only fixes go.sum. Gate 4 and 5 clean. Verdict: merge to unblock go.sum. Compilation tracked separately (internal#214).
[core-qa-agent] APPROVED — docs/lint only
go.mod: movesgo.moleculesai.app/plugin/gh-identityto correct position (sorted in require block)go.sum: removesgithub.com/Molecule-AI/molecule-ai-plugin-gh-identitystub entries, addsgo.moleculesai.app/plugin/gh-identityentries matching the vanity pathe2e: N/A — dependency cleanup, no test surfaceorchestrator review: Mechanical go.sum refresh for vanity import path. tier:low.