19 Commits
Author SHA1 Message Date
zeekay d3443646cb 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:35 -07:00
zeekay 8b8e4a9496 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 d065027471 docs(brand): add hero banner v1.1.0 2026-06-28 20:57:15 -07:00
z 474e78ee46 chore(brand): dynamic hero banner 2026-06-28 20:57:14 -07:00
Hanzo AI a831cf8a47 go: 1.26.3 → 1.26.4 (security: crypto/x509, mime, net/textproto) 2026-06-06 22:05:41 -07:00
Hanzo AI e663296ee4 chore(deps): go get -u ./...
Updated dependencies to latest minor versions via go get -u + go mod tidy.
2026-06-02 11:12:53 -07:00
Hanzo DevandGitHub 63c018e6f3 docs: add LICENSING.md pointer to canonical IP/licensing strategy (#1) 2026-05-15 17:33:32 -07:00
Hanzo AI 2525fb15bd go.mod: bump go directive to 1.26.3 (security advisory) 2026-05-12 21:29:42 -07:00
Hanzo AI 3ead335188 deps: update go.mod/go.sum 2026-04-19 17:04:32 -07:00
Hanzo Dev f7d992a286 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:42 -07:00
Hanzo Dev 983b8c12b3 chore: update Go module dependencies 2026-03-03 13:37:53 -08:00
Zach Kelling a0d63e3f0f chore: add BSD-3-Clause LICENSE 2026-02-14 05:26:20 -08:00
Zach Kelling 5aa348611a chore: sync dependencies and format code 2026-02-04 15:48:33 -08:00
Zach Kelling e62d142134 chore: update go.mod 2025-12-31 22:21:33 -08:00
Zach Kelling cdf8712bfa remove FactomProject dependencies
Replace FactomProject/basen and FactomProject/btcutilecc with:
- Custom base58 encoding/decoding implementation
- github.com/decred/dcrd/dcrec/secp256k1/v4 for curve operations

Eliminates ancient, unmaintained dependencies from binary.
v1.0.2
2025-12-21 18:39:55 -08:00
Zach Kelling 08766a3fda chore: update Go version to 1.25.5 2025-12-20 22:26:39 -08:00
Zach Kelling bcc556ef7a Update go.mod dependencies 2025-09-24 02:39:01 +00:00
Hanzo Dev b9b7e79ac4 Fix outdated dep v1.0.1 2025-08-03 14:50:28 -05:00
Hanzo Dev cb4d9eeaa4 Initial commit v1.0.0 2025-07-25 00:45:26 -05:00