Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not load go_dependencies() in bzlmod extension #221

Merged
merged 3 commits into from
May 19, 2024
Merged

Conversation

mortenmj
Copy link
Contributor

@mortenmj mortenmj commented May 18, 2024

All direct dependencies are already loaded through go.mod in MODULE.bazel. As such it is not needed, or desired, to also load the legacy go_dependencies() macro in our bzlmod extension. Furthermore, doing so causes errors for consumers of this module in some situations.

@mortenmj mortenmj changed the title Debug issue with importing from monorepo Do not load go_dependencies() in bzlmod extension May 18, 2024
@mortenmj mortenmj marked this pull request as ready for review May 18, 2024 21:40
@mortenmj mortenmj merged commit a198e00 into main May 19, 2024
2 checks passed
@mortenmj mortenmj deleted the mortenmj-patch-3 branch May 19, 2024 08:39
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.

2 participants