forked from berty/go-orbit-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 873 Bytes
/
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
module berty.tech/go-orbit-db
go 1.13
require (
berty.tech/go-ipfs-log v1.2.6
github.com/golang-collections/go-datastructures v0.0.0-20150211160725-59788d5eb259
github.com/golang/snappy v0.0.1 // indirect
github.com/ipfs/go-cid v0.0.7
github.com/ipfs/go-datastore v0.4.4
github.com/ipfs/go-ds-leveldb v0.4.2
github.com/ipfs/go-ipfs v0.6.0
github.com/ipfs/go-ipfs-files v0.0.8
github.com/ipfs/go-ipld-cbor v0.0.4
github.com/ipfs/interface-go-ipfs-core v0.3.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.3
github.com/pkg/errors v0.9.1
github.com/polydawn/refmt v0.0.0-20190807091052-3d65705ee9f1
github.com/stretchr/testify v1.6.1
go.opentelemetry.io/otel v0.8.0
go.uber.org/goleak v1.0.0
go.uber.org/zap v1.15.0
golang.org/x/tools v0.0.0-20200716134326-a8f9df4c9543 // indirect
)