-
Notifications
You must be signed in to change notification settings - Fork 95
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
refactor: replace boxo/ipld/car by ipld/go-car #400
Conversation
Codecov Report
@@ Coverage Diff @@
## main #400 +/- ##
==========================================
- Coverage 51.45% 48.64% -2.82%
==========================================
Files 280 245 -35
Lines 33456 29767 -3689
==========================================
- Hits 17216 14480 -2736
+ Misses 14501 13860 -641
+ Partials 1739 1427 -312
|
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.
boxo/cmd/boxo-migrate/internal/config.go
Line 42 in a91e44d
"github.com/ipld/go-car": "github.com/ipfs/boxo/ipld/car", |
- "github.com/ipld/go-car": "github.com/ipfs/boxo/ipld/car",
+ "github.com/boxo/ipld/car": "github.com/ipld/go-car",
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.
Assuming CI expecting to be green after PR cycle.
Closes #218.
Kubo Sharness is expected to fail here since Kubo can't build without being updated. See PR above.