-
Notifications
You must be signed in to change notification settings - Fork 96
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
Boxo @latest v0.16.0 doesn't have modules which boxo v0.15.0 has #522
Comments
Thx for your report, See: With Boxo If you want to use Kubo, please use the version of boxo used by Kubo. |
Seems like Thanks! :) |
|
## Relevant issue(s) Resolves #2157 ## Description - Fix broken mod tidy, by adding the Kubo(v0.25.0) dependency for IPFS(v0.16.0), because it was removed after v0.15.0. More detail: ipfs/boxo#522
## Relevant issue(s) Resolves sourcenetwork#2157 ## Description - Fix broken mod tidy, by adding the Kubo(v0.25.0) dependency for IPFS(v0.16.0), because it was removed after v0.15.0. More detail: ipfs/boxo#522
## Relevant issue(s) Resolves sourcenetwork#2157 ## Description - Fix broken mod tidy, by adding the Kubo(v0.25.0) dependency for IPFS(v0.16.0), because it was removed after v0.15.0. More detail: ipfs/boxo#522
Looks like new version of boxo doesn't have required coreiface modules.
I have tried an official ipfs kubo example from here and after import 'icore "github.com/ipfs/boxo/coreiface"' into main.go looks like latest version of boxo v0.16.0 doesn't have modules v0.15.0 had.
Terminal paste below after "go mod tidy" command:
github.com/ipfs/boxo/coreiface: module github.com/ipfs/boxo@latest found (v0.16.0), but does not contain package github.com/ipfs/boxo/coreiface github.com/ipfs/boxo/coreiface/options: module github.com/ipfs/boxo@latest found (v0.16.0), but does not contain package github.com/ipfs/boxo/coreiface/options
The text was updated successfully, but these errors were encountered: