Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
aef8eec2
Commit
aef8eec2
authored
Aug 21, 2018
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cid-fmt import path
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
parent
656d7cc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
package.json
package.json
+6
-0
test/bin/Rules.mk
test/bin/Rules.mk
+1
-1
No files found.
package.json
View file @
aef8eec2
...
...
@@ -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"
,
...
...
test/bin/Rules.mk
View file @
aef8eec2
...
...
@@ -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-cid
util
)
/go-cid
util
/cid-fmt"
TGTS_$(d)
+=
$(d)
/cid-fmt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment