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

[Bug] Go-Dependency | invalid pseudo-versio #8387

Closed
6543 opened this issue Oct 6, 2019 · 10 comments
Closed

[Bug] Go-Dependency | invalid pseudo-versio #8387

6543 opened this issue Oct 6, 2019 · 10 comments
Labels
Milestone

Comments

@6543
Copy link
Member

6543 commented Oct 6, 2019

go: github.com/go-macaron/[email protected]: invalid pseudo-version: revision is longer than canonical (6fd6a9bfe14e)

@6543
Copy link
Member Author

6543 commented Oct 6, 2019

needed for alpinelinux/aports#10887

@techknowlogick
Copy link
Member

This is resolved in gitea 1.10-dev, We are unable to backport it.

Gitea 1.9.x does not support go1.13

@6543
Copy link
Member Author

6543 commented Oct 6, 2019

@techknowlogick alpinelinux user are still on giea version 1.8.3 !
an i had a PR wich get tehm 1.9.3 but this is blocking it and to wait until 1.10.x has its first stable release will take a wile :(

@techknowlogick
Copy link
Member

@6543 sadly this error is caused by an upstream library, and we have resolved this, but sadly in a way that can't be backported. 1.10 milestone is almost complete (less than 5 PRs left).

@6543
Copy link
Member Author

6543 commented Oct 6, 2019

this: https://tip.golang.org/doc/go1.13#version-validation
is telling me that we would only add one line in go.mod

@6543
Copy link
Member Author

6543 commented Oct 6, 2019

the diff would be:

diff --git a/go.mod b/go.mod
index 2c137af81..629d35ea7 100644
--- a/go.mod
+++ b/go.mod
@@ -46,7 +46,7 @@ require (
        github.com/go-macaron/binding v0.0.0-20160711225916-9440f336b443
        github.com/go-macaron/cache v0.0.0-20151013081102-561735312776
        github.com/go-macaron/captcha v0.0.0-20190710000913-8dc5911259df
-       github.com/go-macaron/cors v0.0.0-20190309005821-6fd6a9bfe14e9
+       github.com/go-macaron/cors 6fd6a9bfe14e9
        github.com/go-macaron/csrf v0.0.0-20180426211211-503617c6b372
        github.com/go-macaron/i18n v0.0.0-20160612092837-ef57533c3b0f
        github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191

@techknowlogick techknowlogick reopened this Oct 6, 2019
@techknowlogick
Copy link
Member

Please send PR for this against release/v1.9 banch :)

@6543
Copy link
Member Author

6543 commented Oct 6, 2019

THANKS

I'll make some tests before

@6543

This comment has been minimized.

@6543
Copy link
Member Author

6543 commented Oct 6, 2019

@techknowlogick #8389

@techknowlogick techknowlogick added this to the 1.9.4 milestone Oct 6, 2019
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants