go-discover/go.mod
2022-04-06 09:53:10 -04:00

11 lines
265 B
Modula-2

module github.com/status-im/go-discover
go 1.15
require (
github.com/davecgh/go-spew v1.1.1
github.com/ethereum/go-ethereum v1.10.16
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
)