-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/go: go.mod go get module has different behaviour than go get ./... #36391
Comments
It's expected that the two commands have different behaviors. The arguments to
See |
It looks like the cause of the error is that
|
@jayconrod thanks, I missed the fact that in v1.1.2 I still had the |
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?
and
the two produces different results, the first failing to get dependency github.com/russross/blackfriday/v2
What did you expect to see?
The same behaviour as the second:
What did you see instead?
The text was updated successfully, but these errors were encountered: