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
452278a7
Commit
452278a7
authored
9 years ago
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial vendoring of libp2p outside of the repo with gx
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
02b3c191
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
archive/archive.go
archive/archive.go
+1
-1
archive/tar/writer.go
archive/tar/writer.go
+1
-1
io/dagreader.go
io/dagreader.go
+1
-1
io/dirbuilder.go
io/dirbuilder.go
+1
-1
mod/dagmodifier.go
mod/dagmodifier.go
+2
-2
mod/dagmodifier_test.go
mod/dagmodifier_test.go
+1
-1
No files found.
archive/archive.go
View file @
452278a7
...
...
@@ -6,7 +6,7 @@ import (
"io"
"path"
cxt
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/
net/context"
cxt
"g
x/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-
net/context"
mdag
"github.com/ipfs/go-ipfs/merkledag"
tar
"github.com/ipfs/go-ipfs/unixfs/archive/tar"
...
...
This diff is collapsed.
Click to expand it.
archive/tar/writer.go
View file @
452278a7
...
...
@@ -7,7 +7,7 @@ import (
"time"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto"
cxt
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/
net/context"
cxt
"g
x/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-
net/context"
mdag
"github.com/ipfs/go-ipfs/merkledag"
ft
"github.com/ipfs/go-ipfs/unixfs"
...
...
This diff is collapsed.
Click to expand it.
io/dagreader.go
View file @
452278a7
...
...
@@ -8,7 +8,7 @@ import (
"os"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto"
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/
net/context"
"g
x/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-
net/context"
mdag
"github.com/ipfs/go-ipfs/merkledag"
ft
"github.com/ipfs/go-ipfs/unixfs"
...
...
This diff is collapsed.
Click to expand it.
io/dirbuilder.go
View file @
452278a7
package
io
import
(
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/
net/context"
"g
x/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-
net/context"
key
"github.com/ipfs/go-ipfs/blocks/key"
mdag
"github.com/ipfs/go-ipfs/merkledag"
...
...
This diff is collapsed.
Click to expand it.
mod/dagmodifier.go
View file @
452278a7
...
...
@@ -8,7 +8,7 @@ import (
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto"
mh
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multihash"
context
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/
net/context"
context
"g
x/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-
net/context"
key
"github.com/ipfs/go-ipfs/blocks/key"
chunk
"github.com/ipfs/go-ipfs/importer/chunk"
...
...
@@ -17,7 +17,7 @@ import (
mdag
"github.com/ipfs/go-ipfs/merkledag"
ft
"github.com/ipfs/go-ipfs/unixfs"
uio
"github.com/ipfs/go-ipfs/unixfs/io"
logging
"g
ithub.com/ipfs/go-ipfs/vendor/QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b
/go-log"
logging
"g
x/ipfs/QmaPaGNE2GqnfJjRRpQuQuFHuJn4FZvsrGxdik4kgxCkBi
/go-log"
)
var
ErrSeekFail
=
errors
.
New
(
"failed to seek properly"
)
...
...
This diff is collapsed.
Click to expand it.
mod/dagmodifier_test.go
View file @
452278a7
...
...
@@ -21,7 +21,7 @@ import (
u
"github.com/ipfs/go-ipfs/util"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/ipfs/go-datastore"
context
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/
net/context"
context
"g
x/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-
net/context"
)
func
getMockDagServ
(
t
testing
.
TB
)
mdag
.
DAGService
{
...
...
This diff is collapsed.
Click to expand it.
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