fix(deps): update module github.com/forkcloser/xz to v1 - #56
Merged
Merged
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/github.com-forkcloser-xz-1.x
branch
from
September 13, 2026 15:57
e5b5449 to
81e8ae0
Compare
This was referenced Sep 13, 2026
Renovate bumped the module but left go.sum half-written: the v1.0.0 /go.mod hash was recorded, the module zip hash was not, and both v0.0.0-20260913062521-f3142c14ef66 lines stayed behind. `just do lint go mod` rejected the result on every platform. Renovate skips `go mod tidy` on a major update unless gomodUpdateImportPaths is also set — its guard for the /vN import-path rewrite, which has to precede tidy. A v0 to v1 bump is major while changing no path, so the guard misfires and only `go get -t ./...` runs; that records go.mod hashes, never fetches the zip, and never prunes. Nothing errors, so Renovate reports no artifact problem. This is `just do fix go mod` output, nothing hand-edited. The h1 line matches what sum.golang.org serves for v1.0.0. The shared preset is being fixed in farcloser/limen#120; it reaches this repository at the next limen release and pin bump, so this commit is what unblocks the pull request now. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: closer-claudio <claudio@farcloser.world>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.0-20260913062521-f3142c14ef66→v1.0.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.