go.mod 622 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
8
	github.com/jbenet/goprocess v0.1.4
9
	github.com/libp2p/go-buffer-pool v0.0.2
10
	github.com/libp2p/go-flow-metrics v0.0.3
11
	github.com/libp2p/go-msgio v0.0.4
12
	github.com/libp2p/go-openssl v0.0.5
Steven Allen's avatar
Steven Allen committed
13
	github.com/minio/sha256-simd v0.1.1
14
	github.com/mr-tron/base58 v1.1.3
15
	github.com/multiformats/go-multiaddr v0.2.2
16
	github.com/multiformats/go-multihash v0.0.13
17
	github.com/multiformats/go-varint v0.0.5
18
	go.opencensus.io v0.22.3
19
)
Steven Allen's avatar
Steven Allen committed
20

Steven Allen's avatar
Steven Allen committed
21
go 1.13