ipld / frisbii

An experimental minimal IPLD data provider for the IPFS network
Other
14 stars 2 forks source link

Use go-test package #129

Closed gammazero closed 2 months ago

gammazero commented 2 months ago

The ipfs/go-test a replacement for ipni/storetheindex/test.

rvagg commented 2 months ago

Why does it pull in boxo? It's like a virus. One of the original goals here was to produce something that didn't touch the boxo, go-unixfs, and legacy stack. Kind of unavoidable I guess and "legacy" is probably not appropriate anymore given the abandonment of the new ipld stack. :shrug:

gammazero commented 2 months ago

That is very strange. ipfs/go-test has no direct or indirect dependency on boxo. Also, when I manually remove it from go.mod and run go mod tidy it does not put it back. All tests and build seem to work fine without boxo. I think maybe go mod tidy is slightly broken somehow.

gammazero commented 2 months ago

Looks like I can also remove the indirect dependency on go-unixfs.