mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2024-12-26 23:30:27 +08:00
38 lines
1.4 KiB
Modula-2
38 lines
1.4 KiB
Modula-2
module github.com/libp2p/go-libp2p-core
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/btcsuite/btcd/btcec/v2 v2.1.3
|
|
github.com/coreos/go-semver v0.3.0
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/ipfs/go-cid v0.0.7
|
|
github.com/libp2p/go-buffer-pool v0.0.2
|
|
github.com/libp2p/go-flow-metrics v0.0.3
|
|
github.com/libp2p/go-msgio v0.0.6
|
|
github.com/libp2p/go-openssl v0.0.7
|
|
github.com/minio/sha256-simd v0.1.1
|
|
github.com/mr-tron/base58 v1.2.0
|
|
github.com/multiformats/go-multiaddr v0.4.1
|
|
github.com/multiformats/go-multicodec v0.4.1
|
|
github.com/multiformats/go-multihash v0.0.14
|
|
github.com/multiformats/go-varint v0.0.6
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
|
|
github.com/multiformats/go-base32 v0.0.3 // indirect
|
|
github.com/multiformats/go-base36 v0.1.0 // indirect
|
|
github.com/multiformats/go-multibase v0.0.3 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
|
|
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|