This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
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
@@ -3,41 +3,38 @@ module github.com/libp2p/go-libp2p-resource-manager | |||
go 1.17 | |||
|
|||
require ( | |||
github.com/ipfs/go-log/v2 v2.5.1 | |||
github.com/libp2p/go-libp2p-core v0.19.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.
marten-seemann
force-pushed
the
deprecate
branch
from
August 18, 2022 12:26
a37d464
to
d34ada3
Compare
marten-seemann
force-pushed
the
deprecate
branch
from
August 19, 2022 08:17
d34ada3
to
b30a7d2
Compare
Suggested version: Changes in diff --git a/go.mod b/go.mod
index 047a6df..a81414d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,41 +3,37 @@ module github.com/libp2p/go-libp2p-resource-manager
go 1.17
require (
- github.com/ipfs/go-log/v2 v2.5.1
- github.com/libp2p/go-libp2p-core v0.19.0
+ github.com/libp2p/go-libp2p v0.22.0
github.com/multiformats/go-multiaddr v0.6.0
- github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
- github.com/stretchr/testify v1.8.0
- go.opencensus.io v0.23.0
- golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
)
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/davecgh/go-spew v1.1.1 // indirect
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
- github.com/gogo/protobuf v1.3.1 // indirect
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
+ github.com/gogo/protobuf v1.3.2 // indirect
+ github.com/google/go-cmp v0.5.8 // indirect
github.com/ipfs/go-cid v0.2.0 // indirect
- github.com/klauspost/cpuid/v2 v2.0.4 // 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/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-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.3 // 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/multiformats/go-multicodec v0.4.1 // indirect
- github.com/multiformats/go-multihash v0.0.15 // 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/pmezard/go-difflib v1.0.0 // indirect
+ github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // 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
- gopkg.in/yaml.v3 v3.0.1 // indirect
+ github.com/spaolacci/murmur3 v1.1.0 // indirect
+ go.opencensus.io v0.23.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.