fix cid-fmt import path
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Aug 21, 2018 at 17:47 UTC
aef8eec279614eb6bbc2c460377149570c114357
2 files changed
+7
-1
package.json
+6
@@ -533,6 +533,12 @@
533
"hash": "QmdghKsSDa2AD1kC4qYRnVYWqZecdSBRZjeXRdhMYYhafj",
534
"name": "go-mfs",
535
"version": "0.0.3"
536
+ },
537
+ {
538
+ "author": "kevina",
539
+ "hash": "QmPyxJ2QS7L5FhGkNYkNcXHGjDhvGHueJ4auqAstFHYxy5",
540
+ "name": "go-cidutil",
541
+ "version": "0.0.2"
542
}
543
],
544
"gxVersion": "0.10.0",
test/bin/Rules.mk
+1
-1
@@ -41,7 +41,7 @@ TGTS_$(d) += $(d)/multihash
41
42
# cid-fmt is also special
43
$(d)/cid-fmt:
44
- go build -i $(go-flags-with-tags) -o "$@" "gx/ipfs/$(shell gx deps find go-cid)/go-cid/cid-fmt"
44
+ go build -i $(go-flags-with-tags) -o "$@" "gx/ipfs/$(shell gx deps find go-cidutil)/go-cidutil/cid-fmt"
45
TGTS_$(d) += $(d)/cid-fmt
46
47