-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Comments
needed for alpinelinux/aports#10887 |
This is resolved in gitea 1.10-dev, We are unable to backport it. Gitea 1.9.x does not support go1.13 |
@techknowlogick alpinelinux user are still on giea version 1.8.3 ! |
@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). |
this: https://tip.golang.org/doc/go1.13#version-validation |
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 |
Please send PR for this against release/v1.9 banch :) |
THANKS I'll make some tests before |
go: github.com/go-macaron/[email protected]: invalid pseudo-version: revision is longer than canonical (6fd6a9bfe14e)
The text was updated successfully, but these errors were encountered: