ribaraka commented on PR #1770:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1770#issuecomment-2468814281

   > I tested this locally and `go mod tidy` would add a 
`github.com/hailocab/go-hostpool //indirect` line to `go.mod` on my test 
project even if I didn't use the policy and when I switched to this branch 
(using `replace`) and ran `go mod tidy` again, then the 
`github.com/hailocab/go-hostpool //indirect` would disappear from `go.mod`.
   
   Double-checked it with @tengu-alt: after switching to the 
`tengu-alt:move-hostpool-hostpolicy branch`, the dependencies are disappearing, 
so having it in a separate package (as opposed to a separate module / 
repository) prevent downloading the dependency.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to