go-waku/examples/chat2/go.mod

19 lines
528 B
Modula-2
Raw Normal View History

2021-04-04 17:06:17 +00:00
module chat2
go 1.15
2021-11-10 14:28:45 +00:00
replace github.com/status-im/go-waku => ../..
2021-04-04 17:06:17 +00:00
require (
2022-03-22 13:12:58 +00:00
github.com/ethereum/go-ethereum v1.10.16
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
2022-03-22 13:12:58 +00:00
github.com/libp2p/go-libp2p-core v0.14.0
github.com/multiformats/go-multiaddr v0.5.0
2021-04-04 17:06:17 +00:00
github.com/rivo/tview v0.0.0-20210312174852-ae9464cc3598
2021-11-02 00:05:20 +00:00
github.com/status-im/go-waku v0.0.0-20211101194039-94e8b9cf86fc
2022-04-06 13:57:53 +00:00
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
google.golang.org/protobuf v1.28.0
2021-04-04 17:06:17 +00:00
)