-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/tools/gopls: can't upgrade transitive dependencies #45262
Comments
Thanks for the report! Currently, the upgrade transitive dependencies command runs /cc @heschi for additional help on go commands/upgrading modules |
Yes,
What's the difference between Also I'd like to see which |
What Go version are you using? @bcmills mentioned that in 1.16,
No, this is not possible. You will see the name of the command in the logs, but we don't currently log the full |
I'm using |
@inliquid, the I think I also forgot the So
|
Change https://golang.org/cl/307889 mentions this issue: |
Getting this error when calling "Upgrade transitive dependencies". "Upgrade direct dependencies" works.
And when I call
go get -u -d ./...
, it also upgrades everything including transitive normally.The text was updated successfully, but these errors were encountered: