-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Fix broken hugo module on v2.79.0 #1838
base: dev
Are you sure you want to change the base?
Conversation
For me, it doesn't:
Having a look at the log above, >I see that the error occurs while golang tries to build a zip-file from the repo. I think the only way to fix that issue is to remove the offending characters |
I believe this is the script that @nunocoracao manually run before release. The change included in this branch is only the script itself: wtchangdm/blowfish@main...fix-hugo-module. The effect you wanted to see (i.e., after running the script) is: wtchangdm/blowfish@main...after-script-run. If you wanted to test the hugo module, you can change [[imports]]
path = "github.com/wtchangdm/blowfish/v2" and then this version in require github.com/wtchangdm/blowfish/v2 v2.79.9999999999 // indirect |
This PR fixes #1835.
We could have used
but there are too many symbols to handle.
Use url for paths should be unique enough.