Commit aef8eec2 authored by Steven Allen's avatar Steven Allen

fix cid-fmt import path

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 656d7cc1
......@@ -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",
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment