From 81e8ae0a7d07df0a3b6f25945c86326f2b88501d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 15:57:34 +0000 Subject: [PATCH 1/2] fix(deps): update module github.com/forkcloser/xz to v1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0b21793..c1578d0 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/Code-Hex/vz/v3 v3.7.1 github.com/alecthomas/kong v1.16.1 github.com/diskfs/go-diskfs v1.9.4 - github.com/forkcloser/xz v0.0.0-20260913062521-f3142c14ef66 + github.com/forkcloser/xz v1.0.0 github.com/google/go-containerregistry v0.22.1 github.com/insomniacslk/dhcp v0.0.0-20260901064844-234b97448fae github.com/mycophonic/primordium v0.9.0 diff --git a/go.sum b/go.sum index a965aa2..8681c69 100644 --- a/go.sum +++ b/go.sum @@ -24,6 +24,7 @@ github.com/elliotwutingfeng/asciiset v0.0.0-20260129054604-cfde2086bc57 h1:x5yxN github.com/elliotwutingfeng/asciiset v0.0.0-20260129054604-cfde2086bc57/go.mod h1:GLo/8fDswSAniFG+BFIaiSPcK610jyzgEhWYPQwuQdw= github.com/forkcloser/xz v0.0.0-20260913062521-f3142c14ef66 h1:I6sVwRT2pTHXnUzPZRtlMF+K7VSOzyfuq6Dea7xswc0= github.com/forkcloser/xz v0.0.0-20260913062521-f3142c14ef66/go.mod h1:97jHfaW5ugdlASYSsIlWK2tohamE+Jh5ouA78TH92sU= +github.com/forkcloser/xz v1.0.0/go.mod h1:97jHfaW5ugdlASYSsIlWK2tohamE+Jh5ouA78TH92sU= github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U= github.com/go-test/deep v1.1.1/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= From cb5b791b5ae0469fa4ca076b6ba4f3e14636fcf3 Mon Sep 17 00:00:00 2001 From: closer-claudio Date: Sun, 13 Sep 2026 10:23:15 -0700 Subject: [PATCH 2/2] deps: tidy go.sum for forkcloser/xz v1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: closer-claudio --- go.sum | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.sum b/go.sum index 8681c69..18d3830 100644 --- a/go.sum +++ b/go.sum @@ -22,8 +22,7 @@ github.com/docker/docker-credential-helpers v0.9.8 h1:bIREROb7So6PRlq6KTtdS9MPEj github.com/docker/docker-credential-helpers v0.9.8/go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c= github.com/elliotwutingfeng/asciiset v0.0.0-20260129054604-cfde2086bc57 h1:x5yxNrq8XffV/OoNUeFPM6hxHVi5OTspSTBxr/9pemg= github.com/elliotwutingfeng/asciiset v0.0.0-20260129054604-cfde2086bc57/go.mod h1:GLo/8fDswSAniFG+BFIaiSPcK610jyzgEhWYPQwuQdw= -github.com/forkcloser/xz v0.0.0-20260913062521-f3142c14ef66 h1:I6sVwRT2pTHXnUzPZRtlMF+K7VSOzyfuq6Dea7xswc0= -github.com/forkcloser/xz v0.0.0-20260913062521-f3142c14ef66/go.mod h1:97jHfaW5ugdlASYSsIlWK2tohamE+Jh5ouA78TH92sU= +github.com/forkcloser/xz v1.0.0 h1:kmiIk1SRI4ffZKNYQ+PgpIZ5WeF/opZKCiRUJyc8/Lw= github.com/forkcloser/xz v1.0.0/go.mod h1:97jHfaW5ugdlASYSsIlWK2tohamE+Jh5ouA78TH92sU= github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U= github.com/go-test/deep v1.1.1/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=