Files
core/go.mod
2021-03-16 22:31:22 +01:00

14 lines
444 B
Modula-2

module github.com/PeernetOfficial/core
go 1.16
require (
github.com/PeernetOfficial/core/dht v0.0.0-20210316211915-8b329f7258d1
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
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
lukechampine.com/blake3 v1.1.5
)