diff --git a/package.json b/package.json index f40ac4078..3968c405d 100644 --- a/package.json +++ b/package.json @@ -533,6 +533,12 @@ "hash": "QmdghKsSDa2AD1kC4qYRnVYWqZecdSBRZjeXRdhMYYhafj", "name": "go-mfs", "version": "0.0.3" + }, + { + "author": "kevina", + "hash": "QmPyxJ2QS7L5FhGkNYkNcXHGjDhvGHueJ4auqAstFHYxy5", + "name": "go-cidutil", + "version": "0.0.2" } ], "gxVersion": "0.10.0", diff --git a/test/bin/Rules.mk b/test/bin/Rules.mk index 6bfa83e84..fc3ea6135 100644 --- a/test/bin/Rules.mk +++ b/test/bin/Rules.mk @@ -41,7 +41,7 @@ TGTS_$(d) += $(d)/multihash # cid-fmt is also special $(d)/cid-fmt: - go build -i $(go-flags-with-tags) -o "$@" "gx/ipfs/$(shell gx deps find go-cid)/go-cid/cid-fmt" + go build -i $(go-flags-with-tags) -o "$@" "gx/ipfs/$(shell gx deps find go-cidutil)/go-cidutil/cid-fmt" TGTS_$(d) += $(d)/cid-fmt