go: 1.26.3 → 1.26.4 (security: crypto/x509, mime, net/textproto)

This commit is contained in:
Hanzo AI
2026-06-06 22:09:18 -07:00
parent c629280b97
commit fb53885497
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/luxfi/genesis/builder
go 1.26.3
go 1.26.4
// Builder tier uses luxfi/utxo / vm / database / proto for
// chain-genesis construction. Kept SEPARATE so downstream consumers
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/luxfi/genesis/cmd
go 1.26.3
go 1.26.4
// Tools-tier nested module. Imports the parent genesis module for
// data types + the heavy luxfi/node SDK for wallet/tx-builder bits.
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/luxfi/genesis
go 1.26.3
go 1.26.4
require (
github.com/luxfi/constants v1.5.7