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-06-10 13:00:16 +00:00
|
|
|
|
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
|
2021-06-28 13:20:23 +00:00
|
|
|
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
|
2021-12-10 15:29:50 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
|
2021-10-08 13:50:56 +00:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2021-04-04 17:06:17 +00:00
|
|
|
)
|