-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/go: go mod tidy can break things #32894
Comments
I have a somewhat minimal reproducer of this which I can send privately. |
I'm curious: does |
Oh, wait. |
In the meantime, this could have been avoided within the |
Duplicate of #27899 |
go env
OutputI ran the following commands. After
go mod init
, the build succeeds, but after runninggo mod tidy
, the build fails and theconsul
dependency requirement is no longer respected.The text was updated successfully, but these errors were encountered: