go/analysis: expose GoMod etc. to Pass.Module#577
go/analysis: expose GoMod etc. to Pass.Module#577AkihiroSuda wants to merge 1 commit intogolang:masterfrom
Conversation
|
This PR (HEAD: cd75735) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/676455. Important tips:
|
|
Message from Alan Donovan: Patch Set 1: Hold+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/676455. |
cd75735 to
90b37b6
Compare
|
This PR (HEAD: 90b37b6) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/676455. Important tips:
|
|
Message from Alan Donovan: Patch Set 2: Hold+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/676455. |
90b37b6 to
90a2fdc
Compare
go.mod (w/ go.sum in the same dir) is needed by https://github.com/AkihiroSuda/gosocialcheck to check the reputation of dependencies. Updates golang/go#73878 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
90a2fdc to
92e4623
Compare
|
This PR (HEAD: 92e4623) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/676455. Important tips:
|
|
Message from Akihiro Suda: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/676455. |
go.mod (w/ go.sum in the same dir) is needed by
https://github.com/AkihiroSuda/gosocialcheck
to check the reputation of dependencies.
Updates golang/go#73878