forked from dennis-tra/pcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.13 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/dennis-tra/pcp
go 1.15
require (
github.com/adrg/xdg v0.3.0
github.com/golang/mock v1.5.0
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.4 // indirect
github.com/google/uuid v1.2.0
github.com/ipfs/go-cid v0.0.7
github.com/libp2p/go-libp2p v0.13.0
github.com/libp2p/go-libp2p-core v0.8.5
github.com/libp2p/go-libp2p-kad-dht v0.11.1
github.com/mattn/go-runewidth v0.0.10
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/multiformats/go-multiaddr v0.3.1
github.com/multiformats/go-multihash v0.0.14
github.com/multiformats/go-varint v0.0.6
github.com/pkg/errors v0.9.1
github.com/schollz/pake/v2 v2.0.6
github.com/stretchr/testify v1.6.1
github.com/tyler-smith/go-bip39 v1.1.0
github.com/urfave/cli/v2 v2.3.0
github.com/whyrusleeping/mdns v0.0.0-20190826153040-b9b60ed33aa9
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/mod v0.4.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/tools v0.0.0-20210101214203-2dba1e4ea05c // indirect
google.golang.org/protobuf v1.25.0
)