This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
48 additions
and
21 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,16 +1,16 @@ | ||
module github.com/libp2p/go-libp2p-core | ||
|
||
require ( | ||
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 | ||
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.1 | ||
github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8 | ||
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.0.0-20190131020904-2d45a736cd16 | ||
github.com/mr-tron/base58 v1.1.1 | ||
github.com/multiformats/go-multiaddr v0.0.2 | ||
github.com/multiformats/go-multihash v0.0.1 | ||
github.com/minio/sha256-simd v0.0.0-20190328051042-05b4dd3047e5 | ||
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-20190225124518-7f87c0fbb88b | ||
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f | ||
) |
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