Skip to content

Comments

Simple fix for --replace#130

Open
andypost wants to merge 2 commits intolaunchrctl:mainfrom
andypost:87-replace
Open

Simple fix for --replace#130
andypost wants to merge 2 commits intolaunchrctl:mainfrom
andypost:87-replace

Conversation

@andypost
Copy link

@andypost andypost commented Feb 8, 2026

When using --replace flag, go get module@version fails for replaced
modules because the version can't be resolved from the network when the
module is replaced with a local path. Strip the version suffix for
replaced modules so go get resolves from the local replacement.

Closes #87 and supersedes #118 and #119

andypost and others added 2 commits February 8, 2026 06:48
- CLAUDE.md with project overview, build commands, key types and interfaces
- docs/architecture/ with patterns analysis, logging, plugin and service systems
- docs/DEVELOPER_GUIDELINES.md with code style, logging, plugin/service guides
- docs/actions.md and actions.schema.md with env vars, mask, shorthand, user field
- docs/README.md updated with navigation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
When using --replace flag, go get module@version fails for replaced
modules because the version can't be resolved from the network when the
module is replaced with a local path. Strip the version suffix for
replaced modules so go get resolves from the local replacement.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build a binary with --replace doesn't work

1 participant