go-waku/examples/chat2/go.mod

19 lines
526 B
Modula-2
Raw Normal View History

2021-04-04 17:06:17 +00:00
module chat2
go 1.15
replace github.com/status-im/go-waku => ../..
2021-04-04 17:06:17 +00:00
require (
github.com/ethereum/go-ethereum v1.10.4
2021-04-04 17:06:17 +00:00
github.com/gdamore/tcell/v2 v2.2.0
github.com/golang/protobuf v1.5.2
2021-07-29 16:35:08 +00:00
github.com/ipfs/go-log v1.0.5
github.com/libp2p/go-libp2p-core v0.9.0
github.com/multiformats/go-multiaddr v0.4.0
2021-04-04 17:06:17 +00:00
github.com/rivo/tview v0.0.0-20210312174852-ae9464cc3598
github.com/status-im/go-waku v0.0.0-20210428201044-3d8aae5b81b9
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e
google.golang.org/protobuf v1.27.1
2021-04-04 17:06:17 +00:00
)