joao-r-reis commented on PR #1770: URL: https://github.com/apache/cassandra-gocql-driver/pull/1770#issuecomment-2450228082
> Does having it in a separate package (as opposed to a separate module / repository) prevent downloading the dependency? 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`. Idk if this is enough to test whether the dependency is being downloaded or not though -- 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]

