You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ease the migration path for pruned module graphs in Go 1.17 (#36460), we added a -compat flag to go mod tidy (#46141) to preserve additional checksums for Go 1.16.
Ideally, go mod why -m (and perhaps go mod graph?) should also report why those checksums are needed, since they're a bit mysterious otherwise.