-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 681 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (18 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/Riften/libp2p-playground
go 1.14
require (
berty.tech/go-ipfs-log v1.2.4
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/atotto/clipboard v0.1.2
github.com/gin-gonic/gin v1.6.3
github.com/ipfs/go-ipfs v0.6.0
github.com/ipfs/go-ipfs-config v0.8.0
github.com/libp2p/go-libp2p v0.10.2
github.com/libp2p/go-libp2p-core v0.6.1
github.com/libp2p/go-libp2p-pubsub v0.3.4
github.com/libp2p/go-libp2p-quic-transport v0.7.1
github.com/libp2p/go-tcp-transport v0.2.0
github.com/multiformats/go-multiaddr v0.2.2
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)