cmd/get: go get
fails with "...found, but does not contain package" instead of resolving nested module
#58116
Labels
GoCommand
cmd/go
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
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
)?Linux amd64
go env
OutputWhat did you do?
What did you expect to see?
Module successfully found and added to
go.mod
What did you see instead?
Running
go clean -modcache
and then re-executing the samego get ...
command works.The text was updated successfully, but these errors were encountered: