go-nwaku/go.mod

18 lines
559 B
Modula-2
Raw Normal View History

2021-06-10 09:14:03 +00:00
module github.com/status-im/go-nwaku
go 1.15
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.11
require (
github.com/ethereum/go-ethereum v1.9.5
github.com/gdamore/tcell/v2 v2.3.10
github.com/golang/protobuf v1.5.0
github.com/ipfs/go-log v1.0.5
github.com/libp2p/go-libp2p-core v0.8.5
github.com/rivo/tview v0.0.0-20210608105643-d4fb0348227b
github.com/status-im/go-waku v0.0.0-20210429184024-b9645a7c601f
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
google.golang.org/protobuf v1.26.0
)