go mod tidy
results in a strange error
#72147
Labels
BugReport
Issues describing a possible bug in the Go implementation.
go mod tidy
results in a strange error
#72147
Go version
go version go1.23.7 windows/amd64
Output of
go env
in your module/workspace:What did you do?
Open a project.
Use an existing package with existing version (git tag) in a
go.mod
file.Source:
https://github.com/vault-thirteen/HttpStreamDumper/blob/main/go.mod
go mod tidy
.P. S.
You can ensure that a package exists at the following link:
https://github.com/vault-thirteen/auxie/releases/tag/v0.28.4
To me it looks like something is broken in the Golang infrastructure server which is on
sum.golang.org
. For some reason it does not see the existing GitHub repository with existing git tag.What did you see happen?
An error.
What did you expect to see?
No error.
The text was updated successfully, but these errors were encountered: