mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2024-12-27 23:40:11 +08:00
a986079787
Bumps [github.com/libp2p/go-openssl](https://github.com/libp2p/go-openssl) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/libp2p/go-openssl/releases) - [Commits](https://github.com/libp2p/go-openssl/compare/v0.0.3...v0.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
20 lines
560 B
Modula-2
20 lines
560 B
Modula-2
module github.com/libp2p/go-libp2p-core
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
|
|
github.com/coreos/go-semver v0.3.0
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/ipfs/go-cid v0.0.3
|
|
github.com/jbenet/goprocess v0.1.3
|
|
github.com/libp2p/go-flow-metrics v0.0.3
|
|
github.com/libp2p/go-openssl v0.0.4
|
|
github.com/minio/sha256-simd v0.1.1
|
|
github.com/mr-tron/base58 v1.1.3
|
|
github.com/multiformats/go-multiaddr v0.1.2
|
|
github.com/multiformats/go-multihash v0.0.10
|
|
github.com/smola/gocompat v0.2.0
|
|
go.opencensus.io v0.22.2
|
|
)
|
|
|
|
go 1.13
|