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
Does this issue reproduce with the latest release?
no
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
GOARCH="amd64"
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
What did you do?
go mod tidy -v
What did you expect to see?
no error
What did you see instead?
go mod tidy hangs for very long time, then gives a stack overflow error: runtime: goroutine stack exceeds 1000000000-byte limit. Copy of error dump is attached.