-
Notifications
You must be signed in to change notification settings - Fork 18k
repoRootForImportDynamic has security
arg equal to web.Secure
(=0) when the url is http (not https)
#29590
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
Comments
The only setters that I've found (thanks go/src/cmd/go/internal/get/get.go Lines 400 to 403 in 35f4ec1
go/src/cmd/go/internal/modfetch/repo.go Lines 218 to 221 in 35f4ec1
go/src/cmd/go/internal/modfetch/repo.go Lines 263 to 266 in 35f4ec1
EDIT: which kinda means, to me, that go/src/cmd/go/internal/get/get.go Lines 100 to 114 in 35f4ec1
|
So then, I can only expect to see this I guess not an issue then. |
Turns out I didn't do |
What version of Go are you using (
go version
)?or
ArchLinux's community/go 2:1.11.4-1
Does this issue reproduce with the latest release?
I guess
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
tried to build perkeep as per these instructions: https://perkeep.org/download
like:
What did you expect to see?
In short, this:
...(http/https fetch: Get http://...
In full, this:
What did you see instead?
In short, this:
...(https fetch: Get http://...
In full, this:
Relevant code:
go/src/cmd/go/internal/get/vcs.go
Lines 647 to 653 in 35f4ec1
go/src/cmd/go/internal/get/vcs.go
Lines 755 to 770 in 35f4ec1
Related issue: perkeep/perkeep#1242
The text was updated successfully, but these errors were encountered: