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-pinner
Commits
a9182509
Commit
a9182509
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
cd06a2f1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
gc/gc.go
gc/gc.go
+2
-2
pin.go
pin.go
+2
-2
pin_test.go
pin_test.go
+1
-1
set.go
set.go
+1
-1
set_test.go
set_test.go
+1
-1
No files found.
gc/gc.go
View file @
a9182509
...
...
@@ -8,8 +8,8 @@ import (
dag
"github.com/ipfs/go-ipfs/merkledag"
pin
"github.com/ipfs/go-ipfs/pin"
context
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/
net/context"
logging
"g
ithub.com/ipfs/go-ipfs/vendor/QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b
/go-log"
context
"g
x/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-
net/context"
logging
"g
x/ipfs/QmaPaGNE2GqnfJjRRpQuQuFHuJn4FZvsrGxdik4kgxCkBi
/go-log"
)
var
log
=
logging
.
Logger
(
"gc"
)
...
...
This diff is collapsed.
Click to expand it.
pin.go
View file @
a9182509
...
...
@@ -8,11 +8,11 @@ import (
"time"
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"
key
"github.com/ipfs/go-ipfs/blocks/key"
"github.com/ipfs/go-ipfs/blocks/set"
mdag
"github.com/ipfs/go-ipfs/merkledag"
logging
"g
ithub.com/ipfs/go-ipfs/vendor/QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b
/go-log"
logging
"g
x/ipfs/QmaPaGNE2GqnfJjRRpQuQuFHuJn4FZvsrGxdik4kgxCkBi
/go-log"
)
var
log
=
logging
.
Logger
(
"pin"
)
...
...
This diff is collapsed.
Click to expand it.
pin_test.go
View file @
a9182509
...
...
@@ -4,7 +4,7 @@ import (
"testing"
"time"
context
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/
net/context"
context
"g
x/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-
net/context"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/ipfs/go-datastore"
dssync
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/ipfs/go-datastore/sync"
...
...
This diff is collapsed.
Click to expand it.
set.go
View file @
a9182509
...
...
@@ -12,7 +12,7 @@ import (
"unsafe"
"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"
"github.com/ipfs/go-ipfs/blocks/key"
"github.com/ipfs/go-ipfs/merkledag"
"github.com/ipfs/go-ipfs/pin/internal/pb"
...
...
This diff is collapsed.
Click to expand it.
set_test.go
View file @
a9182509
...
...
@@ -6,7 +6,7 @@ import (
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/ipfs/go-datastore"
dssync
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/ipfs/go-datastore/sync"
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/
net/context"
"g
x/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-
net/context"
"github.com/ipfs/go-ipfs/blocks/blockstore"
"github.com/ipfs/go-ipfs/blocks/key"
"github.com/ipfs/go-ipfs/blockservice"
...
...
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