go-blockchain/go.mod
Claude 3474a98f97
feat(p2p): CORE_SYNC_DATA type and command ID constants
Add CoreSyncData with MarshalSection/UnmarshalSection for portable
storage roundtrip. Re-export Levin command IDs for the CryptoNote
P2P protocol layer.

Co-Authored-By: Charon <charon@lethean.io>
2026-02-20 19:34:12 +00:00

12 lines
269 B
Modula-2

module forge.lthn.ai/core/go-blockchain
go 1.25.5
require (
forge.lthn.ai/core/go-p2p v0.0.0-00010101000000-000000000000
golang.org/x/crypto v0.48.0
)
require golang.org/x/sys v0.41.0 // indirect
replace forge.lthn.ai/core/go-p2p => /home/claude/Code/core/go-p2p