-
Notifications
You must be signed in to change notification settings - Fork 18k
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 import package can't find out the package which include capital letter #34074
Comments
Please fill out the complete issue template. What command did you run, with what source files? What did you expect to see, and what did you actually see? |
update |
The module appears to be missing from
Note that Go 1.13 supports fallback to direct origins for modules that are not provided by the selected proxy. If you are currently setting
then with Go 1.13 you could try setting
instead. With Go 1.12, you may need to temporarily set
|
Closing, since the issue does not appear to be within the |
@sunvim Fixed, Thanks for your report. |
like title, now returned 1.12.9 version, and it's not a problem any more
What version of Go are you using (
go version
)?go 1.13
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?linux amd64 ubuntu 18.04
go env
OutputWhat did you do?
action: go mod tidy -v
output:
github.com/Microsoft/go-winio: cannot find module providing package github.com/Microsoft/go-winio
What did you expect to see?
Fetching https://goproxy.io/github.com/%21microsoft/go-winio/@v/list
Fetching https://goproxy.io/github.com/%21microsoft/@v/list
What did you see instead?
The text was updated successfully, but these errors were encountered: