mirror of https://github.com/status-im/go-waku.git
16 lines
412 B
Modula-2
16 lines
412 B
Modula-2
module chat2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.10.1
|
|
github.com/gdamore/tcell/v2 v2.2.0
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/ipfs/go-log v1.0.4
|
|
github.com/ipfs/go-log/v2 v2.1.1
|
|
github.com/libp2p/go-libp2p-core v0.8.5
|
|
github.com/rivo/tview v0.0.0-20210312174852-ae9464cc3598
|
|
github.com/status-im/go-waku v0.0.0-20210412175941-fa79f9a864bb
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|