thaJeztah opened a new pull request, #759:
URL: https://github.com/apache/arrow-go/pull/759

   This prevents dependencies used for `//go:generate` from being included as a 
direct dependency, while preserving the ability to specify the version to use 
through go.mod (as `//indirect` dependency if not used elsehwere).
   
   Tools specified in go.mod can be downloaded with `go get -tool`, e.g.;
   
       go get -tool github.com/klauspost/asmfmt/cmd/asmfmt
   
   Or ran with `go tool <name of tool>`.
   
   ### Rationale for this change
   
   
   ### What changes are included in this PR?
   
   
   ### Are these changes tested?
   
   
   ### Are there any user-facing changes?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to