2026-03-22 02:06:51 +00:00
|
|
|
module dappco.re/go/core/p2p
|
2026-02-16 15:47:10 +00:00
|
|
|
|
2026-02-22 20:33:48 +00:00
|
|
|
go 1.26.0
|
2026-02-16 15:47:10 +00:00
|
|
|
|
|
|
|
|
require (
|
2026-03-22 02:06:51 +00:00
|
|
|
dappco.re/go/core/io v0.2.0
|
|
|
|
|
dappco.re/go/core/log v0.1.0
|
2026-03-16 20:38:55 +00:00
|
|
|
forge.lthn.ai/Snider/Borg v0.3.1
|
2026-03-16 22:18:29 +00:00
|
|
|
forge.lthn.ai/Snider/Poindexter v0.0.3
|
2026-02-16 15:47:10 +00:00
|
|
|
github.com/adrg/xdg v0.5.3
|
|
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
|
github.com/gorilla/websocket v1.5.3
|
2026-02-20 00:17:31 +00:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2026-02-16 15:47:10 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2026-03-22 02:06:51 +00:00
|
|
|
forge.lthn.ai/Snider/Enchantrix v0.0.4 // indirect
|
|
|
|
|
forge.lthn.ai/core/go-log v0.0.4 // indirect
|
2026-03-15 15:28:59 +00:00
|
|
|
github.com/ProtonMail/go-crypto v1.4.0 // indirect
|
2026-02-22 21:40:27 +00:00
|
|
|
github.com/cloudflare/circl v1.6.3 // indirect
|
|
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
|
|
|
github.com/klauspost/compress v1.18.4 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2026-03-15 15:28:59 +00:00
|
|
|
golang.org/x/crypto v0.49.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.42.0 // indirect
|
2026-02-20 00:17:31 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2026-02-16 15:47:10 +00:00
|
|
|
)
|