go-libp2p-core/go.mod
Steven Allen b214bcb86a dep: update
We just did this but I somehow missed the sha256-simd tagged release.
2019-05-31 12:32:45 -07:00

17 lines
578 B
Modula-2

module github.com/libp2p/go-libp2p-core
require (
github.com/btcsuite/btcd v0.0.0-20190523000118-16327141da8c
github.com/coreos/go-semver v0.3.0
github.com/gogo/protobuf v1.2.1
github.com/ipfs/go-cid v0.0.2
github.com/jbenet/goprocess v0.1.3
github.com/libp2p/go-flow-metrics v0.0.1
github.com/minio/sha256-simd v0.1.0
github.com/mr-tron/base58 v1.1.2
github.com/multiformats/go-multiaddr v0.0.4
github.com/multiformats/go-multihash v0.0.5
github.com/spacemonkeygo/openssl v0.0.0-20181017203307-c2dcc5cca94a
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5
)