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

require (
Steven Allen's avatar
Steven Allen committed
4
	github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
5
	github.com/coreos/go-semver v0.3.0
Steven Allen's avatar
Steven Allen committed
6 7
	github.com/gogo/protobuf v1.3.0
	github.com/ipfs/go-cid v0.0.3
Steven Allen's avatar
Steven Allen committed
8
	github.com/jbenet/goprocess v0.1.3
9
	github.com/libp2p/go-flow-metrics v0.0.1
Steven Allen's avatar
Steven Allen committed
10
	github.com/libp2p/go-msgio v0.0.4
11
	github.com/libp2p/go-openssl v0.0.3
Steven Allen's avatar
Steven Allen committed
12
	github.com/minio/sha256-simd v0.1.1
Steven Allen's avatar
Steven Allen committed
13
	github.com/mr-tron/base58 v1.1.2
Steven Allen's avatar
Steven Allen committed
14 15
	github.com/multiformats/go-multiaddr v0.1.1
	github.com/multiformats/go-multihash v0.0.8
Jakub Sztandera's avatar
Jakub Sztandera committed
16
	github.com/smola/gocompat v0.2.0
Steven Allen's avatar
Steven Allen committed
17
	go.opencensus.io v0.22.1
18
	golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
19
)
Steven Allen's avatar
Steven Allen committed
20 21

go 1.12