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
go doesn't add them back and delete them from go.sum
So it confuses me: if go mod tidy doesn't add them back, and go build successfully, why I run go get -v github.com/something/something will add something indirect dependencies
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
My go.mod file content has some indirect dependencies, like
I delete them and then run
go mod tidy
What did you expect to see?
What did you see instead?
go doesn't add them back and delete them from
go.sum
So it confuses me: if
go mod tidy
doesn't add them back, andgo build
successfully, why I rungo get -v github.com/something/something
will add something indirect dependenciesThe text was updated successfully, but these errors were encountered: