Skip to content

fix(deps): update module github.com/forkcloser/xz to v1 - #56

Merged
apostasie merged 2 commits into
mainfrom
renovate/github.com-forkcloser-xz-1.x
Sep 13, 2026
Merged

apostasie merged 2 commits into
mainfrom
renovate/github.com-forkcloser-xz-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/forkcloser/xz v0.0.0-20260913062521-f3142c14ef66v1.0.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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>
@apostasie
apostasie merged commit 00c00f1 into main Sep 13, 2026
11 checks passed
@apostasie
apostasie deleted the renovate/github.com-forkcloser-xz-1.x branch September 13, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants