This repository has been archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
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
marten-seemann
force-pushed
the
deprecate
branch
from
January 10, 2022 09:12
dc7cd65
to
eab5586
Compare
69 tasks
vyzo
approved these changes
Jan 10, 2022
38 tasks
65 tasks
This PR will need to redirect the old types to go-libp2p. |
Suggested version: Changes in diff --git a/go.mod b/go.mod
index 1e33dbb..98ba10c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,13 +1,43 @@
module github.com/libp2p/go-libp2p-blankhost
-go 1.16
+go 1.17
require (
- github.com/ipfs/go-log/v2 v2.3.0
- github.com/libp2p/go-eventbus v0.2.1
- github.com/libp2p/go-libp2p-core v0.11.0
- github.com/libp2p/go-libp2p-swarm v0.8.0
- github.com/multiformats/go-multiaddr v0.4.0
- github.com/multiformats/go-multistream v0.2.1
- github.com/stretchr/testify v1.7.0
+ github.com/ipfs/go-log/v2 v2.5.1 // indirect
+ github.com/libp2p/go-eventbus v0.2.1 // indirect
+ github.com/libp2p/go-libp2p v0.20.0
+ github.com/libp2p/go-libp2p-core v0.16.1
+ github.com/multiformats/go-multiaddr v0.5.0 // indirect
+ github.com/multiformats/go-multistream v0.3.1 // indirect
+)
+
+require (
+ github.com/btcsuite/btcd v0.22.1 // indirect
+ github.com/btcsuite/btcd/btcec/v2 v2.1.3 // indirect
+ github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
+ github.com/gogo/protobuf v1.3.2 // indirect
+ github.com/ipfs/go-cid v0.1.0 // indirect
+ github.com/klauspost/cpuid/v2 v2.0.9 // indirect
+ github.com/libp2p/go-buffer-pool v0.0.2 // indirect
+ github.com/libp2p/go-openssl v0.0.7 // indirect
+ github.com/mattn/go-isatty v0.0.14 // indirect
+ github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // 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.3 // indirect
+ github.com/multiformats/go-base36 v0.1.0 // indirect
+ github.com/multiformats/go-multibase v0.0.3 // indirect
+ github.com/multiformats/go-multicodec v0.4.1 // indirect
+ github.com/multiformats/go-multihash v0.1.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
+ go.uber.org/atomic v1.7.0 // indirect
+ go.uber.org/multierr v1.6.0 // indirect
+ go.uber.org/zap v1.19.1 // indirect
+ golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
+ golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
+ lukechampine.com/blake3 v1.1.6 // indirect
)
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Once libp2p/go-libp2p#1259 is merged.