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-unixfs
Commits
a0b8d043
Unverified
Commit
a0b8d043
authored
Oct 16, 2018
by
Steven Allen
Committed by
GitHub
Oct 16, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #36 from ipfs/gx/update-extract-files
gx: update to use extracted go-ipfs-files
parents
b5618106
7ddbf699
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
.gx/lastpubver
.gx/lastpubver
+1
-1
importer/helpers/dagbuilder.go
importer/helpers/dagbuilder.go
+1
-1
package.json
package.json
+7
-6
No files found.
.gx/lastpubver
View file @
a0b8d043
1.1.
9
: Qm
RX6WZhMinQrQhyuwaqNHYQtNPhtBwzxKFySzNMaJmW9v
1.1.
10
: Qm
ZMVjyWaNCo3Ec44Ce2BcboNuGiQZiJdwW2D3pzwsJdRd
importer/helpers/dagbuilder.go
View file @
a0b8d043
...
...
@@ -11,7 +11,7 @@ import (
cid
"github.com/ipfs/go-cid"
chunker
"github.com/ipfs/go-ipfs-chunker"
files
"github.com/ipfs/go-ipfs-
cmdkit/
files"
files
"github.com/ipfs/go-ipfs-files"
pi
"github.com/ipfs/go-ipfs-posinfo"
ipld
"github.com/ipfs/go-ipld-format"
)
...
...
package.json
View file @
a0b8d043
...
...
@@ -7,11 +7,6 @@
"dvcsimport"
:
"github.com/ipfs/go-unixfs"
},
"gxDependencies"
:
[
{
"hash"
:
"QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky"
,
"name"
:
"go-ipfs-cmdkit"
,
"version"
:
"1.1.3"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"QmfJHywXQu98UeZtGJBQrPAR6AtmDjjbe3qjTo9piXHPnx"
,
...
...
@@ -71,6 +66,12 @@
"hash"
:
"QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL"
,
"name"
:
"go-ipld-format"
,
"version"
:
"0.6.0"
},
{
"author"
:
"magik6k"
,
"hash"
:
"QmPPTbdBVPWgSwtDzL4ftVc5E3TH32oUtnov3RFNwbEoR4"
,
"name"
:
"go-ipfs-files"
,
"version"
:
"1.0.0"
}
],
"gxVersion"
:
"0.12.1"
,
...
...
@@ -78,6 +79,6 @@
"license"
:
""
,
"name"
:
"go-unixfs"
,
"releaseCmd"
:
"git commit -a -m
\"
gx publish $VERSION
\"
"
,
"version"
:
"1.1.
9
"
"version"
:
"1.1.
10
"
}
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