-
Notifications
You must be signed in to change notification settings - Fork 41
Not compatible with github.com/ipfs/kubo@v0.18.1
#167
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
Commenting to subscribe to this issue. https://github.com/filecoin-project/bacalhau cannot upgrade kubo until this is fixed, because we also use this http client. |
github.com/ipfs/kube@v0.18.1
github.com/ipfs/kubo@v0.18.1
This includes https://github.com/ipfs/go-ipfs-http-client/releases/tag/v0.5.0, which resolves ipfs/go-ipfs-http-client#167 And bumping kubo from v0.17.0 to v0.19.2
This includes https://github.com/ipfs/go-ipfs-http-client/releases/tag/v0.5.0, which resolves ipfs/go-ipfs-http-client#167 And bumping kubo from v0.17.0 to v0.19.2
Description
Projects that depend on ipfs/kubo@v0.18.1 cannot use ipfs/go-ipfs-http-client@v0.4.0. If we try, we get errors like:
ipfs/go-ipfs-http-client depends on:
go-ipfs-http-client/go.mod
Line 12 in 171fcd5
Which depends on:
go-ipfs-http-client/go.mod
Line 15 in 171fcd5
But is archived and contains deprecated methods like:
https://github.com/libp2p/go-libp2p-core/blob/654214c1b3401c0363ef464ce9db7e1b04a7ef3f/network/rcmgr.go#L165-L166
Potential next steps?
Anything else
I wanted to surface an issue to the community to get it's corresponding guidance. Let me know what you think? 🙏
The text was updated successfully, but these errors were encountered: