-
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
v0.19.2 bump #437
v0.19.2 bump #437
Conversation
Suggested version: Changes in diff --git a/go.mod b/go.mod
index 54d2239..5a1b24c 100644
--- a/go.mod
+++ b/go.mod
@@ -14,21 +14,22 @@ require (
github.com/ipfs/go-block-format v0.2.0
github.com/ipfs/go-cid v0.4.1
github.com/ipfs/go-datastore v0.6.0
- github.com/ipfs/go-graphsync v0.14.10
+ github.com/ipfs/go-graphsync v0.15.1
github.com/ipfs/go-ipfs-blockstore v1.3.0
github.com/ipfs/go-ipfs-blocksutil v0.0.1
github.com/ipfs/go-ipfs-delay v0.0.1
github.com/ipfs/go-ipfs-exchange-interface v0.2.0
github.com/ipfs/go-ipld-format v0.6.0
github.com/ipfs/go-log/v2 v2.5.1
- github.com/ipfs/go-unixfsnode v1.8.1
+ github.com/ipfs/go-unixfsnode v1.9.0
github.com/ipld/go-car/v2 v2.13.1
github.com/ipld/go-codec-dagpb v1.6.0
+ github.com/ipld/go-fixtureplate v0.0.1
github.com/ipld/go-ipld-prime v0.21.0
github.com/ipld/go-trustless-utils v0.3.0
- github.com/ipld/ipld/specs v0.0.0-20230907004443-0e4ff95ff474
- github.com/ipni/go-libipni v0.5.0
- github.com/ipni/storetheindex v0.7.9-0.20230914224616-e6658bcf60c5
+ github.com/ipld/ipld/specs v0.0.0-20230927010225-ef4dbd703269
+ github.com/ipni/go-libipni v0.5.3
+ github.com/ipni/storetheindex v0.8.2
github.com/libp2p/go-libp2p v0.31.0
github.com/libp2p/go-libp2p-routing-helpers v0.7.1
github.com/libp2p/go-libp2p-testing v0.12.0
@@ -59,7 +60,7 @@ require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/elastic/gosigar v0.14.2 // indirect
- github.com/felixge/httpsnoop v1.0.3 // indirect
+ github.com/felixge/httpsnoop v1.0.0 // indirect
github.com/filecoin-project/go-address v1.1.0 // indirect
github.com/filecoin-project/go-amt-ipld/v4 v4.0.0 // indirect
github.com/filecoin-project/go-cbor-util v0.0.1 // indirect
@@ -79,7 +80,6 @@ require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/google/pprof v0.0.0-20230821062121-407c9e7a662f // indirect
- github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hannahhoward/cbor-gen-for v0.0.0-20230214144701-5d17c9d5243c // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -156,12 +156,10 @@ require (
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.opentelemetry.io/otel/metric v1.16.0 // indirect
- go.opentelemetry.io/otel/sdk v1.16.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/dig v1.17.0 // indirect
go.uber.org/fx v1.20.0 // indirect
go.uber.org/zap v1.25.0 // indirect
- go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #437 +/- ##
==========================================
- Coverage 76.49% 76.43% -0.07%
==========================================
Files 85 85
Lines 6387 6387
==========================================
- Hits 4886 4882 -4
- Misses 1247 1249 +2
- Partials 254 256 +2 |
I'm calling this an internal detail that shouldn't concern downstream consumers; yet. I imagine later these being reusable components but for now these are just an internal abstraction to minimise code duplication. |
No description provided.