2021-04-04 17:06:17 +00:00
|
|
|
module chat2
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2021-06-10 13:00:16 +00:00
|
|
|
replace github.com/status-im/go-waku => ../..
|
|
|
|
|
2021-04-04 17:06:17 +00:00
|
|
|
require (
|
|
|
|
github.com/ethereum/go-ethereum v1.10.1
|
|
|
|
github.com/gdamore/tcell/v2 v2.2.0
|
2021-06-28 13:20:23 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-04-06 23:27:54 +00:00
|
|
|
github.com/ipfs/go-log v1.0.4
|
2021-04-04 17:06:17 +00:00
|
|
|
github.com/libp2p/go-libp2p-core v0.8.5
|
|
|
|
github.com/rivo/tview v0.0.0-20210312174852-ae9464cc3598
|
2021-04-28 20:28:45 +00:00
|
|
|
github.com/status-im/go-waku v0.0.0-20210428201044-3d8aae5b81b9
|
2021-06-10 13:00:16 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2021-06-28 13:20:23 +00:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2021-04-04 17:06:17 +00:00
|
|
|
)
|