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-07-29 16:35:08 +00:00
|
|
|
github.com/ipfs/go-log v1.0.5
|
|
|
|
github.com/libp2p/go-libp2p-core v0.8.6
|
2021-04-04 17:06:17 +00:00
|
|
|
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-07-29 16:35:08 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
|
2021-06-28 13:20:23 +00:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2021-04-04 17:06:17 +00:00
|
|
|
)
|