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
I can't understand the reason why github.com/garyburd/redigo and github.com/mediocregopher/radix.v2 appear in go.mod
go mod why reasonably tells me (main module does not need package <...>).
If they are not used anywhere, how could the appear in the dependency graph?
The text was updated successfully, but these errors were encountered:
mwf
changed the title
modules: unexpected dependencies are added
cmd/go: unexpected dependencies are added
Feb 13, 2019
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, it's reproduced both in go1.11.5 and latest go1.12rc1
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
I expect no significant modifications in
go.mod
andgo.sum
What did you see instead?
go.mod diff:
I can't understand the reason why
github.com/garyburd/redigo
andgithub.1485827954.workers.dev/mediocregopher/radix.v2
appear in go.modgo mod why
reasonably tells me(main module does not need package <...>)
.If they are not used anywhere, how could the appear in the dependency graph?
The text was updated successfully, but these errors were encountered: