pantsbuild / pants

The Pants Build System
https://www.pantsbuild.org
Apache License 2.0
3.21k stars 620 forks source link

review Go analysis.Pass.Module proposal #20673

Open adonovan opened 4 months ago

adonovan commented 4 months ago

This issue is an invitation to comment on this proposal https://github.com/golang/go/issues/66315 to expose Go module information to analyzers in the Go analysis framework. Build systems such as Pants that do not use go.mod files directly may need to do extra work to ensure that this information is correctly populated. Please comment on the issue if you foresee any problems.

benjyw commented 4 months ago

Thanks for the heads up @adonovan !

@tdyas, you're probably best placed to review this from a Pants perspective.