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
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
commented
Aug 18, 2022
go.mod
Outdated
github.com/multiformats/go-multihash v0.0.15 | ||
github.com/multiformats/go-varint v0.0.6 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/libp2p/go-libp2p v0.21.1-0.20220818111105-ab797a1b0417 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update after libp2p/go-libp2p#1688 is merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the ordering here. Should libp2p/go-libp2p#1688 happen first?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this needs to reference v0.22.0.
MarcoPolo
approved these changes
Aug 18, 2022
marten-seemann
force-pushed
the
deprecate
branch
from
August 19, 2022 08:16
da93023
to
78b5b6f
Compare
|
Suggested version: Changes in diff --git a/go.mod b/go.mod
index f64e64c..4ef951d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,40 +3,37 @@ 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.2.0
- github.com/ipfs/go-log/v2 v2.5.1
- 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 v1.0.0
- 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.15
- github.com/multiformats/go-varint v0.0.6
- github.com/stretchr/testify v1.7.0
+ github.com/libp2p/go-libp2p v0.22.0
+ github.com/multiformats/go-multiaddr v0.6.0
)
require (
- github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
- github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
- github.com/klauspost/cpuid/v2 v2.0.4 // indirect
- github.com/mattn/go-isatty v0.0.14 // indirect
- github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
- github.com/multiformats/go-base32 v0.0.3 // indirect
+ github.com/benbjohnson/clock v1.3.0 // indirect
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
+ github.com/gogo/protobuf v1.3.2 // indirect
+ github.com/ipfs/go-log/v2 v2.5.1 // indirect
+ github.com/klauspost/cpuid/v2 v2.1.0 // indirect
+ github.com/libp2p/go-buffer-pool v0.1.0 // indirect
+ github.com/libp2p/go-flow-metrics v0.1.0 // indirect
+ github.com/libp2p/go-msgio v0.2.0 // indirect
+ github.com/libp2p/go-openssl v0.1.0 // indirect
+ github.com/mattn/go-isatty v0.0.16 // 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-multibase v0.0.3 // indirect
- github.com/pmezard/go-difflib v1.0.0 // indirect
+ github.com/multiformats/go-multibase v0.1.1 // indirect
+ github.com/multiformats/go-multicodec v0.5.0 // indirect
+ github.com/multiformats/go-multihash v0.2.1 // indirect
+ github.com/multiformats/go-varint v0.0.6 // indirect
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // 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-20210506145944-38f3c27a63bf // indirect
- golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
+ github.com/spaolacci/murmur3 v1.1.0 // indirect
+ go.uber.org/atomic v1.10.0 // indirect
+ go.uber.org/multierr v1.8.0 // indirect
+ go.uber.org/zap v1.22.0 // 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
)
|
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.
No description provided.