-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update version and go-logs and storetheindex dependencies #202
Merged
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
Suggested version: Changes in diff --git a/go.mod b/go.mod
index ec5b00f..89479f0 100644
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,9 @@ go 1.16
require (
github.com/filecoin-project/go-data-transfer v1.14.0
- github.com/filecoin-project/go-legs v0.3.7
+ github.com/filecoin-project/go-legs v0.3.10
github.com/filecoin-project/go-state-types v0.1.0
- github.com/filecoin-project/storetheindex v0.3.5
+ github.com/filecoin-project/storetheindex v0.3.8
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.7.4
@@ -20,14 +20,14 @@ require (
github.com/ipld/go-car/v2 v2.1.1
github.com/ipld/go-codec-dagpb v1.3.0
github.com/ipld/go-ipld-prime v0.14.4
- github.com/libp2p/go-libp2p v0.18.0-rc3
+ github.com/libp2p/go-libp2p v0.18.0-rc5
github.com/libp2p/go-libp2p-core v0.14.0
github.com/libp2p/go-libp2p-pubsub v0.6.1
- github.com/mitchellh/go-homedir v1.1.0
github.com/multiformats/go-multiaddr v0.5.0
github.com/multiformats/go-multicodec v0.4.1
github.com/multiformats/go-multihash v0.1.0
+ github.com/multiformats/go-varint v0.0.6
github.com/stretchr/testify v1.7.0
- github.com/whyrusleeping/cbor-gen v0.0.0-20220224212727-7a699437a831
+ github.com/whyrusleeping/cbor-gen v0.0.0-20220302191723-37c43cae8e14
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)diff --git a/cmd/go.mod b/cmd/go.mod
index 12abbfd..99e4a05 100644
--- a/cmd/go.mod
+++ b/cmd/go.mod
@@ -4,9 +4,9 @@ go 1.16
require (
github.com/filecoin-project/go-data-transfer v1.14.0
- github.com/filecoin-project/go-legs v0.3.7
+ github.com/filecoin-project/go-legs v0.3.10
github.com/filecoin-project/index-provider v0.2.1
- github.com/filecoin-project/storetheindex v0.3.5
+ github.com/filecoin-project/storetheindex v0.3.8
github.com/ipfs/go-cid v0.1.0
github.com/ipfs/go-datastore v0.5.1
github.com/ipfs/go-ds-leveldb v0.5.0
@@ -15,9 +15,10 @@ require (
github.com/ipfs/go-log/v2 v2.5.0
github.com/ipld/go-car/v2 v2.1.1
github.com/ipld/go-ipld-prime v0.14.4
- github.com/libp2p/go-libp2p v0.18.0-rc3
+ github.com/libp2p/go-libp2p v0.18.0-rc5
github.com/libp2p/go-libp2p-core v0.14.0
github.com/mitchellh/go-homedir v1.1.0
+ github.com/montanaflynn/stats v0.6.6
github.com/multiformats/go-multiaddr v0.5.0
github.com/multiformats/go-multicodec v0.4.1
github.com/multiformats/go-multihash v0.1.0
|
Codecov Report
@@ Coverage Diff @@
## main #202 +/- ##
=======================================
Coverage 39.00% 39.00%
=======================================
Files 52 52
Lines 3671 3671
=======================================
Hits 1432 1432
Misses 1972 1972
Partials 267 267 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.