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
ef6144db
Commit
ef6144db
authored
Aug 28, 2017
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx: update go-cid, go-multibase, base32
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
parent
3da56381
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
archive/archive.go
archive/archive.go
+1
-1
archive/tar/writer.go
archive/tar/writer.go
+1
-1
hamt/hamt.go
hamt/hamt.go
+2
-2
io/dagreader.go
io/dagreader.go
+1
-1
io/dirbuilder.go
io/dirbuilder.go
+2
-2
io/resolve.go
io/resolve.go
+1
-1
mod/dagmodifier.go
mod/dagmodifier.go
+2
-2
test/utils.go
test/utils.go
+1
-1
No files found.
archive/archive.go
View file @
ef6144db
...
...
@@ -11,7 +11,7 @@ import (
tar
"github.com/ipfs/go-ipfs/unixfs/archive/tar"
uio
"github.com/ipfs/go-ipfs/unixfs/io"
node
"gx/ipfs/Qm
YNyRZJBUYPNrLszFmrBrPJbsBh2vMsefz5gnDpB5M1P6
/go-ipld-format"
node
"gx/ipfs/Qm
PN7cwmpcc4DWXb4KTB9dNAJgjuPY69h3npsMfhRrQL9c
/go-ipld-format"
)
// DefaultBufSize is the buffer size for gets. for now, 1MB, which is ~4 blocks.
...
...
archive/tar/writer.go
View file @
ef6144db
...
...
@@ -13,7 +13,7 @@ import (
uio
"github.com/ipfs/go-ipfs/unixfs/io"
upb
"github.com/ipfs/go-ipfs/unixfs/pb"
node
"gx/ipfs/Qm
YNyRZJBUYPNrLszFmrBrPJbsBh2vMsefz5gnDpB5M1P6
/go-ipld-format"
node
"gx/ipfs/Qm
PN7cwmpcc4DWXb4KTB9dNAJgjuPY69h3npsMfhRrQL9c
/go-ipld-format"
proto
"gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/proto"
)
...
...
hamt/hamt.go
View file @
ef6144db
...
...
@@ -31,8 +31,8 @@ import (
format
"github.com/ipfs/go-ipfs/unixfs"
upb
"github.com/ipfs/go-ipfs/unixfs/pb"
cid
"gx/ipfs/Qm
TprEaAA2A9bst5XH7exuyi5KzNMK3SEDNN8rBDnKWcUS
/go-cid"
node
"gx/ipfs/Qm
YNyRZJBUYPNrLszFmrBrPJbsBh2vMsefz5gnDpB5M1P6
/go-ipld-format"
cid
"gx/ipfs/Qm
Np85zy9RLrQ5oQD4hPyS39ezrrXpcaa7R4Y9kxdWQLLQ
/go-cid"
node
"gx/ipfs/Qm
PN7cwmpcc4DWXb4KTB9dNAJgjuPY69h3npsMfhRrQL9c
/go-ipld-format"
proto
"gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/proto"
"gx/ipfs/QmfJHywXQu98UeZtGJBQrPAR6AtmDjjbe3qjTo9piXHPnx/murmur3"
)
...
...
io/dagreader.go
View file @
ef6144db
...
...
@@ -10,7 +10,7 @@ import (
ft
"github.com/ipfs/go-ipfs/unixfs"
ftpb
"github.com/ipfs/go-ipfs/unixfs/pb"
node
"gx/ipfs/Qm
YNyRZJBUYPNrLszFmrBrPJbsBh2vMsefz5gnDpB5M1P6
/go-ipld-format"
node
"gx/ipfs/Qm
PN7cwmpcc4DWXb4KTB9dNAJgjuPY69h3npsMfhRrQL9c
/go-ipld-format"
proto
"gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/proto"
)
...
...
io/dirbuilder.go
View file @
ef6144db
...
...
@@ -8,9 +8,9 @@ import (
mdag
"github.com/ipfs/go-ipfs/merkledag"
format
"github.com/ipfs/go-ipfs/unixfs"
hamt
"github.com/ipfs/go-ipfs/unixfs/hamt"
cid
"gx/ipfs/Qm
TprEaAA2A9bst5XH7exuyi5KzNMK3SEDNN8rBDnKWcUS
/go-cid"
cid
"gx/ipfs/Qm
Np85zy9RLrQ5oQD4hPyS39ezrrXpcaa7R4Y9kxdWQLLQ
/go-cid"
node
"gx/ipfs/Qm
YNyRZJBUYPNrLszFmrBrPJbsBh2vMsefz5gnDpB5M1P6
/go-ipld-format"
node
"gx/ipfs/Qm
PN7cwmpcc4DWXb4KTB9dNAJgjuPY69h3npsMfhRrQL9c
/go-ipld-format"
)
// ShardSplitThreshold specifies how large of an unsharded directory
...
...
io/resolve.go
View file @
ef6144db
...
...
@@ -7,7 +7,7 @@ import (
ft
"github.com/ipfs/go-ipfs/unixfs"
hamt
"github.com/ipfs/go-ipfs/unixfs/hamt"
node
"gx/ipfs/Qm
YNyRZJBUYPNrLszFmrBrPJbsBh2vMsefz5gnDpB5M1P6
/go-ipld-format"
node
"gx/ipfs/Qm
PN7cwmpcc4DWXb4KTB9dNAJgjuPY69h3npsMfhRrQL9c
/go-ipld-format"
)
// ResolveUnixfsOnce resolves a single hop of a path through a graph in a
...
...
mod/dagmodifier.go
View file @
ef6144db
...
...
@@ -14,8 +14,8 @@ import (
ft
"github.com/ipfs/go-ipfs/unixfs"
uio
"github.com/ipfs/go-ipfs/unixfs/io"
cid
"gx/ipfs/Qm
TprEaAA2A9bst5XH7exuyi5KzNMK3SEDNN8rBDnKWcUS
/go-cid"
node
"gx/ipfs/Qm
YNyRZJBUYPNrLszFmrBrPJbsBh2vMsefz5gnDpB5M1P6
/go-ipld-format"
cid
"gx/ipfs/Qm
Np85zy9RLrQ5oQD4hPyS39ezrrXpcaa7R4Y9kxdWQLLQ
/go-cid"
node
"gx/ipfs/Qm
PN7cwmpcc4DWXb4KTB9dNAJgjuPY69h3npsMfhRrQL9c
/go-ipld-format"
proto
"gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/proto"
)
...
...
test/utils.go
View file @
ef6144db
...
...
@@ -14,8 +14,8 @@ import (
mdagmock
"github.com/ipfs/go-ipfs/merkledag/test"
ft
"github.com/ipfs/go-ipfs/unixfs"
node
"gx/ipfs/QmPN7cwmpcc4DWXb4KTB9dNAJgjuPY69h3npsMfhRrQL9c/go-ipld-format"
u
"gx/ipfs/QmSU6eubNdhXjFBJBSksTp8kv8YRub8mGAPv8tVJHmL2EU/go-ipfs-util"
node
"gx/ipfs/QmYNyRZJBUYPNrLszFmrBrPJbsBh2vMsefz5gnDpB5M1P6/go-ipld-format"
)
func
SizeSplitterGen
(
size
int64
)
chunk
.
SplitterGen
{
...
...
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