You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For context on how I got here please see gohugoio/hugo#9810. Use-case: some people using http://obsidian.md/ to manage their digital gardens and Hugo to host them use emojis in filenames to help navigate hundreds of files, but in order to show a "Recently updated notes" feature we need Git commit history for them. I just updated the package that Hugo uses to retrieve that info, gitmap, but now that I'm trying to update Hugo's go.sum, I'm hitting this error.
Is there a reason why characters like that aren't supported? Is there a way to update go.sum manually? gitmap gets updated less frequently than once a year.
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
go mod tidy
suceeds and updatesgo.sum
.What did you see instead?
An error:
For context on how I got here please see gohugoio/hugo#9810. Use-case: some people using http://obsidian.md/ to manage their digital gardens and Hugo to host them use emojis in filenames to help navigate hundreds of files, but in order to show a "Recently updated notes" feature we need Git commit history for them. I just updated the package that Hugo uses to retrieve that info, gitmap, but now that I'm trying to update Hugo's go.sum, I'm hitting this error.
Is there a reason why characters like that aren't supported? Is there a way to update go.sum manually? gitmap gets updated less frequently than once a year.
The text was updated successfully, but these errors were encountered: