-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/internal/versions: malformed module path "go/version": missing dot in first path element #64490
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@dfioravanti I am seeing this same problem.. I see you closed this issue almost immediately without any comments so I wanted to check what fixed it for you. Thanks! |
Oh it is not fixed, I thought I made a mistake, but the error is still there. I can reopen. Btw, using |
oh ok, good to know. that the error is still there for you as well.. yes, |
This is a result of #32345: We added logic to ignore that in See also: |
Change https://go.dev/cl/550395 mentions this issue: |
Go version
go version go1.21.4 darwin/arm64
What operating system and processor architecture are you using (
go env
)?What did you do?
Since a few days ago running
go get -u all
returnsgo: all: malformed module path "go/version": missing dot in first path element
. From what I can tell the only mention ofgo/versions
is invendor/golang.org/x/tools/internal/versions/versions_go122.go
. Which usesLooking at the git blame for
src/go/version/version.go
it looks like it was changed ~3 weeks ago. Which kinda correlates with when the update stopped working for me. Is this a bug or am I doing something silly? Thanks a lot for the helpWhat did you expect to see?
Update all dependencies
What did you see instead?
go: all: malformed module path "go/version": missing dot in first path element
The text was updated successfully, but these errors were encountered: