-
Notifications
You must be signed in to change notification settings - Fork 21
Bump version to v0.5.0 #343
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
Conversation
|
Suggested version: Changes in diff --git a/go.mod b/go.mod
index 077a6a1..5aaa6a1 100644
--- a/go.mod
+++ b/go.mod
@@ -19,6 +19,7 @@ require (
github.com/filecoin-project/go-state-types v0.12.0
github.com/filecoin-shipyard/boostly v0.0.0-20230813165216-a449c35ece79
github.com/fxamacker/cbor/v2 v2.4.0
+ github.com/gammazero/workerpool v1.1.3
github.com/glebarez/sqlite v1.8.0
github.com/go-openapi/errors v0.20.4
github.com/go-openapi/runtime v0.26.0
@@ -36,6 +37,7 @@ require (
github.com/ipfs/go-ipfs-routing v0.3.0
github.com/ipfs/go-ipld-cbor v0.0.6
github.com/ipfs/go-ipld-format v0.5.0
+ github.com/ipfs/go-ipld-legacy v0.2.1
github.com/ipfs/go-libipfs v0.7.0
github.com/ipfs/go-log v1.0.5
github.com/ipfs/go-log/v2 v2.5.1
@@ -43,6 +45,8 @@ require (
github.com/ipfs/go-unixfs v0.4.5
github.com/ipld/go-car v0.6.1
github.com/ipld/go-car/v2 v2.10.2-0.20230622090957-499d0c909d33
+ github.com/ipld/go-codec-dagpb v1.6.0
+ github.com/ipld/go-ipld-prime v0.20.0
github.com/jellydator/ttlcache/v3 v3.0.1
github.com/joho/godotenv v1.5.1
github.com/jsign/go-filsigner v0.4.1
@@ -125,6 +129,7 @@ require (
github.com/filecoin-project/specs-actors v0.9.13 // indirect
github.com/flynn/noise v1.0.0 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
+ github.com/gammazero/deque v0.2.0 // indirect
github.com/geoffgarside/ber v1.1.0 // indirect
github.com/getsentry/sentry-go v0.18.0 // indirect
github.com/glebarez/go-sqlite v1.21.1 // indirect
@@ -170,12 +175,9 @@ require (
github.com/ipfs/go-ipfs-exchange-interface v0.2.0 // indirect
github.com/ipfs/go-ipfs-pq v0.0.3 // indirect
github.com/ipfs/go-ipfs-util v0.0.3 // indirect
- github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
github.com/ipfs/go-peertaskqueue v0.8.1 // indirect
github.com/ipfs/go-verifcid v0.0.2 // indirect
- github.com/ipld/go-codec-dagpb v1.6.0 // indirect
- github.com/ipld/go-ipld-prime v0.20.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.3.0 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #343 +/- ##
==========================================
- Coverage 74.41% 71.29% -3.13%
==========================================
Files 137 137
Lines 8842 8842
==========================================
- Hits 6580 6304 -276
- Misses 1592 1898 +306
+ Partials 670 640 -30 ☔ View full report in Codecov by Sentry. |
This is the version for MVP milestone
This is the version for MVP milestone
This is the version for MVP milestone
This is the version for MVP milestone
This is the version for MVP milestone
This is the version for MVP milestone
This is the version for MVP milestone