18 Commits
Author SHA1 Message Date
zeekay 37e4516673 chore: sync working tree
Commits 1 outstanding change(s) that were sitting uncommitted.
No build artifacts and no secrets in the changeset (both checked).
2026-07-26 10:13:37 -07:00
zeekay 48c639e22a fix(deps): correct moved-tag hashes for luxfi modules in go.sum
Several luxfi versions carry TWO different contents across this workspace,
because published tags were moved instead of a new patch being cut:
age@v1.5.0, pq@v1.0.3, threshold@v1.9.4, zap@v0.6.0, zap@v0.8.1.

Adjudicated before editing, since "checksum mismatch / SECURITY ERROR" is also
what a real supply-chain attack looks like. It is not one here: sum.golang.org
holds the OLD hash while proxy.golang.org and a direct fetch BOTH serve the same
NEW bytes. Two independent transports agreeing means nothing is rewriting
content in flight — the tag moved at source. The sumdb entry is a fossil:
GOPRIVATE covers github.com/luxfi/* with GOSUMDB=off, so our own modules never
consult the checksum DB and a moved tag splits consumers silently.

The old bytes are served by nothing now, so a stale pin can never build.
Corrected to the only content that exists, in BOTH line forms (h1: and
/go.mod h1:) — Go reports these one at a time, so a partial fix just relocates
the error.

Deliberately no `go mod tidy`: this changes no selected version, only the
recorded hash of versions already chosen.

Verified: `go list -m all` resolves with no checksum error.

The durable fix is upstream: never move a published tag, cut x.y.z+1 instead.
2026-07-26 02:42:49 -07:00
z 085e465174 docs(brand): add hero banner v1.2.0 2026-06-28 20:57:12 -07:00
z aa4fd15fe0 chore(brand): dynamic hero banner 2026-06-28 20:57:11 -07:00
Hanzo AI 3ee4ef9131 go: 1.26.3 → 1.26.4 (security: crypto/x509, mime, net/textproto) 2026-06-06 22:05:43 -07:00
Hanzo AI 3d29d74bf1 chore(deps): go get -u ./...
Updated dependencies to latest minor versions via go get -u + go mod tidy.
2026-06-02 11:03:47 -07:00
Hanzo DevandGitHub 9d1e7794b3 docs: add LICENSING.md pointer to canonical IP/licensing strategy (#1) 2026-05-15 17:33:39 -07:00
Hanzo AI 1f8b18760e go.mod: bump go directive to 1.26.3 (security advisory) 2026-05-12 21:29:44 -07:00
Hanzo AI bd4f8c3244 deps: update go.mod/go.sum 2026-04-19 17:04:33 -07:00
Hanzo Dev 65691dcf9b chore: bump Go 1.26.0 → 1.26.1
Fixes 5 stdlib CVEs (html/template, os, net/url, crypto/x509 x2).
2026-03-12 01:08:44 -07:00
Hanzo Dev bd1bc19d9c chore: update Go module dependencies 2026-03-03 13:17:42 -08:00
Zach Kelling 1813dfd968 chore: add BSD-3-Clause LICENSE 2026-02-14 05:26:20 -08:00
Zach Kelling ca40594480 chore: sync dependencies and format code 2026-02-04 15:48:35 -08:00
Zach Kelling f88b609598 chore: update go.mod 2025-12-31 22:21:33 -08:00
Zach Kelling 1852456778 chore: update Go version to 1.25.5 2025-12-20 22:26:39 -08:00
Zach Kelling 85c8f6c560 Update go.mod dependencies v1.1.2 2025-09-24 02:39:01 +00:00
Hanzo Dev 6ca611c55b Change import v1.1.0 v1.1.1 2025-08-02 01:10:04 -05:00
Hanzo Dev 63e21f4504 Initial commit 2025-07-25 00:46:30 -05:00