-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
go get for modules in subdirs broken since 1.14.x #15625
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
Labels
Comments
42wim
added a commit
to 42wim/gitea
that referenced
this issue
Apr 26, 2021
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Apr 27, 2021
This PR is an alternative to go-gitea#15628 and makes the go get handler a handler. Fix go-gitea#15625 Close go-gitea#15628 Signed-off-by: Andrew Thornton <[email protected]>
zeripath
added a commit
that referenced
this issue
May 9, 2021
This PR is an alternative to #15628 and makes the go get handler a handler. Fix #15625 Close #15628 Signed-off-by: Andrew Thornton <[email protected]>
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
May 14, 2021
Backport go-gitea#15642 This PR is an alternative to go-gitea#15628 and makes the go get handler a handler. Fix go-gitea#15625 Close go-gitea#15628 Signed-off-by: Andrew Thornton <[email protected]>
zeripath
added a commit
that referenced
this issue
May 15, 2021
Backport #15642 This PR is an alternative to #15628 and makes the go get handler a handler. Fix #15625 Close #15628 Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: 6543 <[email protected]>
AbdulrhmnGhanem
pushed a commit
to kitspace/gitea
that referenced
this issue
Aug 10, 2021
This PR is an alternative to go-gitea#15628 and makes the go get handler a handler. Fix go-gitea#15625 Close go-gitea#15628 Signed-off-by: Andrew Thornton <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[x]
):Description
Running go get on modules where the go.mod is in a subdir instead of the root eg
http://gitea/owner/repo/subdir?go-get=1
will now always return a 404 which makesgo get
fail.On gitea 1.13 a 200 OK was returned
The text was updated successfully, but these errors were encountered: