Kademlia: Use information requests from updated DHT library. More testing & fixes upcoming.

This commit is contained in:
Kleissner
2021-04-09 16:36:35 +02:00
parent c44e57a0a0
commit e69589c5c8
10 changed files with 185 additions and 64 deletions

10
go.mod
View File

@@ -3,11 +3,11 @@ module github.com/PeernetOfficial/core
go 1.16
require (
github.com/PeernetOfficial/core/dht v0.0.0-20210405124533-d83123bf46c9
github.com/PeernetOfficial/core/reuseport v0.0.0-20210316211915-8b329f7258d1
github.com/btcsuite/btcd v0.21.0-beta
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
github.com/PeernetOfficial/core/dht v0.0.0-20210409140720-c44e57a0a02b
github.com/PeernetOfficial/core/reuseport v0.0.0-20210409140720-c44e57a0a02b
github.com/btcsuite/btcd v0.21.0-beta.0.20210401013323-36a96f6a0025
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
lukechampine.com/blake3 v1.1.5
)