Skip to content

Commit 9aa0707

Browse files
author
Hanzo AI
committed
fix(deps): repin luxfi/age v1.5.0 -> v1.5.1 (cold-cache checksum SECURITY ERROR)
luxfi/age v1.5.0 was upstream-retagged (transient files GC'd from the tag tree), so the tag's zip content on the origin no longer matches the h1 hash recorded in go.sum. Cold-cache builds (fresh CI, empty GOMODCACHE) fail with: verifying github.com/luxfi/age@v1.5.0: checksum mismatch SECURITY ERROR v1.5.1 dereferences the same commit, is immutable, and is sum.golang.org verified (h1:Gj8iHMMi0lGkKT/mlXV2HVBr2m3vt2v0eKVsTMTtAQM=). Surgical: age require + go.sum only. go mod verify clean.
1 parent 80eac5d commit 9aa0707

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/hanzoai/tygoja v0.0.2
2323
github.com/hashicorp/golang-lru/v2 v2.0.7
2424
github.com/jackc/pgx/v5 v5.9.1
25-
github.com/luxfi/age v1.5.0
25+
github.com/luxfi/age v1.5.1
2626
github.com/luxfi/cache v1.2.1
2727
github.com/luxfi/consensus v1.25.15
2828
github.com/luxfi/fhe v1.8.2

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,9 @@ github.com/luxfi/accel v1.2.2 h1:IzG1qUogapr4/KbbHP9avAimu3ioGJqh67WYKHxfZys=
328328
github.com/luxfi/accel v1.2.2/go.mod h1:5IvpNMfw9FgeBB9oobp+jbauAdhapfhc2bHYPUsHL9Y=
329329
github.com/luxfi/address v1.0.1 h1:Sc4keyuVzBIvHr7uVeYZf2/WY9YDGUgDi/iiWenj49g=
330330
github.com/luxfi/address v1.0.1/go.mod h1:5j3Eh66v9zvv1GbNdZwt+23krV8JlSDaRzmWZU8ZRM0=
331-
github.com/luxfi/age v1.5.0 h1:G69HbSV4R3vKEH9B0CulnRaMdSdf4RalMgP8xKmxHeI=
332331
github.com/luxfi/age v1.5.0/go.mod h1:iAYAxgvrXxcy746+Ovh/eWWDuF9teJLNcCSSOX9RYW0=
332+
github.com/luxfi/age v1.5.1 h1:Gj8iHMMi0lGkKT/mlXV2HVBr2m3vt2v0eKVsTMTtAQM=
333+
github.com/luxfi/age v1.5.1/go.mod h1:iAYAxgvrXxcy746+Ovh/eWWDuF9teJLNcCSSOX9RYW0=
333334
github.com/luxfi/atomic v1.0.0 h1:xUV60MuzRvXngaQ1sM0yVC2v4TRoLlUGkkH7M9PS4yw=
334335
github.com/luxfi/atomic v1.0.0/go.mod h1:0G2mTlQ6TXWHICUHrUUPu1/qAiIyR4gSZ2tva9ci/bI=
335336
github.com/luxfi/cache v1.2.1 h1:kAzOS55/hmYeNKR+0HAKv4ma48Y6JjkI8UQeqdZ8bfI=

0 commit comments

Comments
 (0)