This repository was archived by the owner on Jun 27, 2023. It is now read-only.
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
go-merkledag
dependency version discrepancy with go-ipfs
#4
Closed
Description
The go-merkledag
gx-version used here,
Lines 34 to 37 in f425628
differs from the one in go-ipfs
, which is causing build problems when using gx-go link
to work on this repo through the go-ipfs
one.
This also raises the more general question: every time a package dependency shared between the two repos is updated, should it be immediately updated in the other one to avoid breaking the build?
(edit: well, not immediately, but I mean, is there an alternative to doing a local gx update
just so gx link
can work? given that this extracted repo is meant to be used primarily with go-ipfs
, the gx link
scenario seems pretty common.)
Metadata
Metadata
Assignees
Labels
No labels