forked from ipfs/go-graphsync
-
Notifications
You must be signed in to change notification settings - Fork 0
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
v0.14.4 bump #5
Closed
Closed
v0.14.4 bump #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
Suggested version: Changes in diff --git a/go.mod b/go.mod
index 4f83ba9..2a6bdef 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
-module github.com/filecoin-project/boost-graphsync
+module github.com/ipfs/go-graphsync
-go 1.18
+go 1.19
require (
github.com/google/go-cmp v0.5.9
@@ -8,40 +8,38 @@ require (
github.com/hannahhoward/cbor-gen-for v0.0.0-20200817222906-ea96cece81f1
github.com/hannahhoward/go-pubsub v0.0.0-20200423002714-8d62886cc36e
github.com/ipfs/go-block-format v0.0.3
- github.com/ipfs/go-blockservice v0.2.1
- github.com/ipfs/go-cid v0.4.1
+ github.com/ipfs/go-blockservice v0.3.0
+ github.com/ipfs/go-cid v0.3.2
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-ds-badger v0.3.0
- github.com/ipfs/go-ipfs-blockstore v1.1.2
+ github.com/ipfs/go-ipfs-blockstore v1.2.0
github.com/ipfs/go-ipfs-blocksutil v0.0.1
github.com/ipfs/go-ipfs-chunker v0.0.5
github.com/ipfs/go-ipfs-delay v0.0.1
- github.com/ipfs/go-ipfs-exchange-offline v0.1.1
- github.com/ipfs/go-ipfs-files v0.0.8
+ github.com/ipfs/go-ipfs-exchange-offline v0.2.0
github.com/ipfs/go-ipfs-pq v0.0.2
github.com/ipfs/go-ipfs-routing v0.3.0
github.com/ipfs/go-ipfs-util v0.0.2
- github.com/ipfs/go-ipld-format v0.2.0
+ github.com/ipfs/go-ipld-format v0.3.0
+ github.com/ipfs/go-libipfs v0.1.0
github.com/ipfs/go-log/v2 v2.5.1
- github.com/ipfs/go-merkledag v0.5.1
+ github.com/ipfs/go-merkledag v0.8.1
github.com/ipfs/go-peertaskqueue v0.8.0
github.com/ipfs/go-unixfs v0.4.3
github.com/ipfs/go-unixfsnode v1.5.2
github.com/ipld/go-codec-dagpb v1.5.0
- github.com/ipld/go-ipld-prime v0.21.0
+ github.com/ipld/go-ipld-prime v0.20.0
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
- github.com/libp2p/go-buffer-pool v0.1.0
github.com/libp2p/go-libp2p v0.25.0
github.com/libp2p/go-libp2p-testing v0.12.0
github.com/libp2p/go-msgio v0.3.0
github.com/multiformats/go-multiaddr v0.8.0
- github.com/multiformats/go-multihash v0.2.3
+ github.com/multiformats/go-multihash v0.2.1
github.com/stretchr/testify v1.8.1
go.opentelemetry.io/otel v1.2.0
go.opentelemetry.io/otel/sdk v1.2.0
go.opentelemetry.io/otel/trace v1.2.0
golang.org/x/sync v0.1.0
- google.golang.org/protobuf v1.28.1
)
require (
@@ -70,7 +68,6 @@ require (
github.com/ipfs/go-ipfs-posinfo v0.0.1 // indirect
github.com/ipfs/go-ipld-cbor v0.0.5 // indirect
github.com/ipfs/go-ipld-legacy v0.1.0 // indirect
- github.com/ipfs/go-libipfs v0.1.0 // indirect
github.com/ipfs/go-log v1.0.5 // indirect
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
github.com/ipfs/go-verifcid v0.0.1 // indirect
@@ -78,6 +75,7 @@ require (
github.com/jbenet/goprocess v0.1.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.1 // indirect
github.com/koron/go-ssdp v0.0.3 // indirect
+ github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/libp2p/go-cidranger v1.1.0 // indirect
github.com/libp2p/go-libp2p-asn-util v0.2.0 // indirect
github.com/libp2p/go-libp2p-record v0.2.0 // indirect
@@ -93,13 +91,13 @@ require (
github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
github.com/multiformats/go-multibase v0.1.1 // indirect
- github.com/multiformats/go-multicodec v0.9.0 // indirect
+ github.com/multiformats/go-multicodec v0.8.0 // indirect
github.com/multiformats/go-multistream v0.4.0 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/polydawn/refmt v0.89.0 // indirect
+ github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
@@ -119,6 +117,7 @@ require (
golang.org/x/sys v0.3.0 // indirect
golang.org/x/tools v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
+ google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.1.7 // indirect
)diff --git a/testplans/graphsync/go.mod b/testplans/graphsync/go.mod
index c973148..976d0bc 100644
--- a/testplans/graphsync/go.mod
+++ b/testplans/graphsync/go.mod
@@ -1,33 +1,33 @@
-module github.com/filecoin-project/boost-graphsync/testplans/graphsync
+module github.com/ipfs/go-graphsync/testplans/graphsync
-go 1.18
+go 1.19
require (
github.com/dgraph-io/badger/v2 v2.2007.3
github.com/dustin/go-humanize v1.0.0
- github.com/filecoin-project/boost-graphsync v0.0.0-00010101000000-000000000000
github.com/hannahhoward/all-selector v0.2.0
github.com/ipfs/go-block-format v0.0.3
github.com/ipfs/go-blockservice v0.3.0
- github.com/ipfs/go-cid v0.4.1
+ github.com/ipfs/go-cid v0.3.2
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-ds-badger2 v0.1.3
github.com/ipfs/go-filestore v1.2.0
+ github.com/ipfs/go-graphsync v0.6.8
github.com/ipfs/go-ipfs-blockstore v1.2.0
github.com/ipfs/go-ipfs-chunker v0.0.5
github.com/ipfs/go-ipfs-exchange-offline v0.2.0
- github.com/ipfs/go-ipfs-files v0.0.8
github.com/ipfs/go-ipld-format v0.3.0
- github.com/ipfs/go-merkledag v0.6.0
+ github.com/ipfs/go-libipfs v0.1.0
+ github.com/ipfs/go-merkledag v0.8.1
github.com/ipfs/go-unixfs v0.4.3
github.com/ipld/go-car/v2 v2.5.0
- github.com/ipld/go-ipld-prime v0.21.0
+ github.com/ipld/go-ipld-prime v0.20.0
github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20211210234204-ce2a1c70cd73
github.com/libp2p/go-libp2p v0.25.0
github.com/libp2p/go-libp2p-gostream v0.5.0
github.com/libp2p/go-libp2p-http v0.4.0
github.com/multiformats/go-multiaddr v0.8.0
- github.com/multiformats/go-multihash v0.2.3
+ github.com/multiformats/go-multihash v0.2.1
github.com/testground/sdk-go v0.2.7-0.20201112151952-8ee00c80c3ec
golang.org/x/sync v0.1.0
)
@@ -76,7 +76,6 @@ require (
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
github.com/ipfs/go-ipld-cbor v0.0.5 // indirect
github.com/ipfs/go-ipld-legacy v0.1.0 // indirect
- github.com/ipfs/go-libipfs v0.1.0 // indirect
github.com/ipfs/go-log v1.0.5 // indirect
github.com/ipfs/go-log/v2 v2.5.1 // indirect
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
@@ -112,7 +111,7 @@ require (
github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
github.com/multiformats/go-multibase v0.1.1 // indirect
- github.com/multiformats/go-multicodec v0.9.0 // indirect
+ github.com/multiformats/go-multicodec v0.8.0 // indirect
github.com/multiformats/go-multistream v0.4.0 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/onsi/ginkgo/v2 v2.5.1 // indirect
@@ -121,7 +120,7 @@ require (
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
github.com/pkg/errors v0.9.1 // indirect
- github.com/polydawn/refmt v0.89.0 // indirect
+ github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
@@ -134,6 +133,7 @@ require (
github.com/quic-go/webtransport-go v0.5.1 // indirect
github.com/raulk/go-watchdog v1.3.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
+ github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
github.com/whyrusleeping/cbor-gen v0.0.0-20200710004633-5379fc63235d // indirect
@@ -158,4 +158,4 @@ require (
nhooyr.io/websocket v1.8.7 // indirect
)
-replace github.com/filecoin-project/boost-graphsync => ../../
+replace github.com/ipfs/go-graphsync => ../../
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5 +/- ##
==========================================
+ Coverage 64.43% 64.54% +0.10%
==========================================
Files 69 69
Lines 7519 7519
==========================================
+ Hits 4845 4853 +8
+ Misses 2527 2519 -8
Partials 147 147 |
darn it, needs to be |
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.