go.mod 621 Bytes
Newer Older
1 2 3
module github.com/libp2p/go-libp2p-core

require (
4
	github.com/btcsuite/btcd v0.20.1-beta
5
	github.com/coreos/go-semver v0.3.0
Steven Allen's avatar
Steven Allen committed
6
	github.com/gogo/protobuf v1.3.1
7
	github.com/ipfs/go-cid v0.0.5
Steven Allen's avatar
Steven Allen committed
8
	github.com/jbenet/goprocess v0.1.3
9
	github.com/libp2p/go-buffer-pool v0.0.1
10
	github.com/libp2p/go-flow-metrics v0.0.3
11
	github.com/libp2p/go-openssl v0.0.4
Steven Allen's avatar
Steven Allen committed
12
	github.com/minio/sha256-simd v0.1.1
13
	github.com/mr-tron/base58 v1.1.3
14
	github.com/multiformats/go-multiaddr v0.2.0
15
	github.com/multiformats/go-multihash v0.0.13
16
	github.com/multiformats/go-varint v0.0.5
Jakub Sztandera's avatar
Jakub Sztandera committed
17
	github.com/smola/gocompat v0.2.0
18
	go.opencensus.io v0.22.2
19
)
Steven Allen's avatar
Steven Allen committed
20

Steven Allen's avatar
Steven Allen committed
21
go 1.13