2021-04-04 13:06:17 -04:00
|
|
|
module chat2
|
|
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
2021-06-10 09:00:16 -04:00
|
|
|
replace github.com/status-im/go-waku => ../..
|
|
|
|
|
|
2021-04-04 13:06:17 -04:00
|
|
|
require (
|
2021-09-30 19:03:19 -04:00
|
|
|
github.com/ethereum/go-ethereum v1.10.4
|
2021-04-04 13:06:17 -04:00
|
|
|
github.com/gdamore/tcell/v2 v2.2.0
|
2021-06-28 09:20:23 -04:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-07-29 12:35:08 -04:00
|
|
|
github.com/ipfs/go-log v1.0.5
|
|
|
|
|
github.com/libp2p/go-libp2p-core v0.8.6
|
2021-10-01 06:32:15 -04:00
|
|
|
github.com/multiformats/go-multiaddr v0.3.1
|
2021-04-04 13:06:17 -04:00
|
|
|
github.com/rivo/tview v0.0.0-20210312174852-ae9464cc3598
|
2021-04-28 16:28:45 -04:00
|
|
|
github.com/status-im/go-waku v0.0.0-20210428201044-3d8aae5b81b9
|
2021-09-30 19:03:19 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
|
2021-06-28 09:20:23 -04:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2021-04-04 13:06:17 -04:00
|
|
|
)
|