P2P node layer (peer discovery, WebSocket transport, message protocol,
worker pool, identity management) and Unified Ethical Protocol Stack
(TLV packet builder with HMAC-signed frames).
Ported from github.com/Snider/Mining/pkg/{node,ueps,logging}
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
541 B
Modula-2
20 lines
541 B
Modula-2
module forge.lthn.ai/core/go-p2p
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/Snider/Borg v0.2.0
|
|
github.com/Snider/Poindexter v0.0.0-20260104200422-91146b212a1f
|
|
github.com/adrg/xdg v0.5.3
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v1.3.0 // indirect
|
|
github.com/Snider/Enchantrix v0.0.2 // indirect
|
|
github.com/cloudflare/circl v1.6.1 // indirect
|
|
github.com/klauspost/compress v1.18.2 // indirect
|
|
golang.org/x/crypto v0.45.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
)
|