ipfs / go-ipfs-http-client

[archived] Legacy Kubo RPC client, use kubo/client/rpc instead.
MIT License
109 stars 41 forks source link

Incompatibility with go-cid@v0.2.0: `go-ipfs-http-client@v0.3.1/dag.go:59:16: undefined: cid.CodecToStr` #159

Closed AkihiroSuda closed 2 years ago

AkihiroSuda commented 2 years ago

cid.CodecToStr was removed in go-cid v0.2.0 (https://github.com/ipfs/go-cid/pull/137), but go-ipfs-http-client still depends on cid.CodecToStr: https://github.com/ipfs/go-ipfs-http-client/blob/v0.3.1/dag.go#L59