Hi all, I've been converting some work projects to use go.mod. Today I ran into a problem that after importing the sub-package github.com/hashicorp/consul/api `go mod tidy` pulled in everything imported anywhere in the hashicorp/consul repo, even if it's never imported in my project.
I described the problem on https://github.com/golang/go/issues/27920, which got closed within three minutes as being "documented", and "works as expected" (which I assume also means "works as intended"). Is this really the intented behaviour? It seems unexpected to me. Or should I simply stay away from `go mod tidy`? Thanks! Harmen -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.