-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from libp2p/update-deps
update go-libp2p to v0.22.0, release v0.2.0
- Loading branch information
Showing
5 changed files
with
846 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,32 @@ | ||
module github.com/libp2p/go-libp2p-record | ||
|
||
require ( | ||
github.com/gogo/protobuf v1.3.1 | ||
github.com/ipfs/go-ipfs-util v0.0.1 | ||
github.com/libp2p/go-libp2p-core v0.5.3 | ||
github.com/multiformats/go-multihash v0.0.13 | ||
github.com/gogo/protobuf v1.3.2 | ||
github.com/ipfs/go-ipfs-util v0.0.2 | ||
github.com/libp2p/go-libp2p v0.22.0 | ||
github.com/multiformats/go-multihash v0.2.1 | ||
) | ||
|
||
require ( | ||
github.com/btcsuite/btcd v0.20.1-beta // indirect | ||
github.com/ipfs/go-cid v0.0.5 // indirect | ||
github.com/libp2p/go-buffer-pool v0.0.2 // indirect | ||
github.com/libp2p/go-openssl v0.0.4 // indirect | ||
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect | ||
github.com/minio/sha256-simd v0.1.1 // indirect | ||
github.com/mr-tron/base58 v1.1.3 // indirect | ||
github.com/multiformats/go-base32 v0.0.3 // indirect | ||
github.com/multiformats/go-multiaddr v0.2.1 // indirect | ||
github.com/multiformats/go-multibase v0.0.1 // indirect | ||
github.com/multiformats/go-varint v0.0.5 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect | ||
github.com/ipfs/go-cid v0.2.0 // indirect | ||
github.com/klauspost/cpuid/v2 v2.1.0 // indirect | ||
github.com/libp2p/go-buffer-pool v0.1.0 // indirect | ||
github.com/libp2p/go-openssl v0.1.0 // indirect | ||
github.com/mattn/go-pointer v0.0.1 // indirect | ||
github.com/minio/sha256-simd v1.0.0 // indirect | ||
github.com/mr-tron/base58 v1.2.0 // indirect | ||
github.com/multiformats/go-base32 v0.0.4 // indirect | ||
github.com/multiformats/go-base36 v0.1.0 // indirect | ||
github.com/multiformats/go-multiaddr v0.6.0 // indirect | ||
github.com/multiformats/go-multibase v0.1.1 // indirect | ||
github.com/multiformats/go-multicodec v0.5.0 // indirect | ||
github.com/multiformats/go-varint v0.0.6 // 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 | ||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect | ||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect | ||
lukechampine.com/blake3 v1.1.7 // indirect | ||
) | ||
|
||
go 1.17 |
Oops, something went wrong.