fix cid-fmt import path

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen 2018-08-21 17:47:14 -07:00
parent 656d7cc1a6
commit aef8eec279
2 changed files with 7 additions and 1 deletions

View File

@ -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",

View File

@ -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