Files
core/go.mod
2021-04-10 16:06:55 +02:00

14 lines
474 B
Modula-2

module github.com/PeernetOfficial/core
go 1.16
require (
github.com/PeernetOfficial/core/dht v0.0.0-20210410140043-ff9804bf6d25
github.com/PeernetOfficial/core/reuseport v0.0.0-20210409204108-27ec231e1475
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-20210410081132-afb366fc7cd1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
lukechampine.com/blake3 v1.1.5
)