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
interface-go-dms3-core
Commits
20ca7387
Commit
20ca7387
authored
Nov 10, 2018
by
hannahhoward
Committed by
Steven Allen
Nov 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update go-ipfs-delay and assoc deps
License: MIT Signed-off-by:
hannahhoward
<
hannah@hannahhoward.net
>
parent
1c6351bc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
dht.go
dht.go
+1
-1
options/unixfs.go
options/unixfs.go
+1
-1
path.go
path.go
+1
-1
swarm.go
swarm.go
+2
-2
No files found.
dht.go
View file @
20ca7387
...
...
@@ -5,7 +5,7 @@ import (
"github.com/ipfs/go-ipfs/core/coreapi/interface/options"
pstore
"gx/ipfs/Qm
Uymf8fJtideyv3z727BcZUifGBjMZMpCJqu3Gxk5aRUk
/go-libp2p-peerstore"
pstore
"gx/ipfs/Qm
QAGG1zxfePqj2t7bLxyN8AFccZ889DDR9Gn8kVLDrGZo
/go-libp2p-peerstore"
peer
"gx/ipfs/QmcqU6QUDSXprb1518vYDGczrTJTyGwLG9eUa5iNX4xUtS/go-libp2p-peer"
)
...
...
options/unixfs.go
View file @
20ca7387
...
...
@@ -5,7 +5,7 @@ import (
"fmt"
cid
"gx/ipfs/QmR8BauakNcBa3RbE4nbQu76PDiJgoQgz8AJdhJuiU4TAw/go-cid"
dag
"gx/ipfs/Qm
aDBne4KeY3UepeqSVKYpSmQGa3q9zP6x3LfVF2UjF3Hc
/go-merkledag"
dag
"gx/ipfs/Qm
cGt25mrjuB2kKW2zhPbXVZNHc4yoTDQ65NA8m6auP2f1
/go-merkledag"
mh
"gx/ipfs/QmerPMzPk1mJVowm8KgmoknWa4yCYvvugMPsgWmDNUvDLW/go-multihash"
)
...
...
path.go
View file @
20ca7387
package
iface
import
(
ipfspath
"gx/ipfs/Qm
RG3XuGwT7GYuAqgWDJBKTzdaHMwAnc1x7J2KHEXNHxzG
/go-path"
ipfspath
"gx/ipfs/Qm
Vi2uUygezqaMTqs3Yzt5FcZFHJoYD4B7jQ2BELjj7ZuY
/go-path"
cid
"gx/ipfs/QmR8BauakNcBa3RbE4nbQu76PDiJgoQgz8AJdhJuiU4TAw/go-cid"
)
...
...
swarm.go
View file @
20ca7387
...
...
@@ -5,11 +5,11 @@ import (
"errors"
"time"
pstore
"gx/ipfs/QmQAGG1zxfePqj2t7bLxyN8AFccZ889DDR9Gn8kVLDrGZo/go-libp2p-peerstore"
ma
"gx/ipfs/QmRKLtwMw131aK7ugC3G7ybpumMz78YrJe5dzneyindvG1/go-multiaddr"
net
"gx/ipfs/QmRKbEchaYADxSCyyjhDh4cTrUby8ftXUb8MRLBTHQYupw/go-libp2p-net"
pstore
"gx/ipfs/QmUymf8fJtideyv3z727BcZUifGBjMZMpCJqu3Gxk5aRUk/go-libp2p-peerstore"
"gx/ipfs/QmZNkThpqfVXs9GNbexPrfBbXSLNYeKrE7jwFM2oqHbyqN/go-libp2p-protocol"
"gx/ipfs/QmcqU6QUDSXprb1518vYDGczrTJTyGwLG9eUa5iNX4xUtS/go-libp2p-peer"
net
"gx/ipfs/QmenvQQy4bFGSiHJUGupVmCRHfetg5rH3vTp9Z2f6v2KXR/go-libp2p-net"
)
var
(
...
...
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