Skip to content
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

404 - github.com/caddyserver/caddy/v2 #147

Closed
jakubCF opened this issue Aug 5, 2023 · 2 comments
Closed

404 - github.com/caddyserver/caddy/v2 #147

jakubCF opened this issue Aug 5, 2023 · 2 comments
Labels
invalid This doesn't seem right

Comments

@jakubCF
Copy link

jakubCF commented Aug 5, 2023

Hi,
while trying to compile caddy with cloudflare module, it seems to hang on /usr/local/go/bin/go get -d -v github.com/caddyserver/caddy/v2

if I enter this url to my browser I get 404.

Is it just me or did they change v2 folder and everything is now broken?

@francislavoie
Copy link
Member

francislavoie commented Aug 5, 2023

Go module paths are not web URLs and can't be used as such, even if they look like they would be. See https://go.dev/ref/mod#module-path. /v2 is for fetching from releases tagged v2.x.x and is needed because we had a - v1 which would conflict.

How long did you wait when it hanged? It was probably just in the middle of downloading. Try again and wait longer.

@francislavoie francislavoie closed this as not planned Won't fix, can't repro, duplicate, stale Aug 5, 2023
@jakubCF
Copy link
Author

jakubCF commented Aug 5, 2023

Thank you. Waiting little longer helped.
Sorry for bothering.

@francislavoie francislavoie added the invalid This doesn't seem right label Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants