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
c9eb6014
Commit
c9eb6014
authored
Oct 24, 2018
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx update
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
parent
7fad9653
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
dht.go
dht.go
+2
-2
key.go
key.go
+1
-1
options/unixfs.go
options/unixfs.go
+1
-1
path.go
path.go
+1
-1
pubsub.go
pubsub.go
+1
-1
swarm.go
swarm.go
+4
-4
No files found.
dht.go
View file @
c9eb6014
...
...
@@ -5,8 +5,8 @@ import (
"github.com/ipfs/go-ipfs/core/coreapi/interface/options"
p
store
"gx/ipfs/Qm
WtCpWB39Rzc2xTB75MKorsxNpo3TyecTEN24CJ3KVohE
/go-libp2p-peer
store
"
p
eer
"gx/ipfs/Qm
bNepETomvmXfz1X5pHNFD2QuPqnqi47dTd94QJWSorQ3
/go-libp2p-peer"
p
eer
"gx/ipfs/Qm
TRhk7cgjUf2gfQ3p2M9KPECNZEW9XUrmHcFCgog4cPgB
/go-libp2p-peer"
p
store
"gx/ipfs/Qm
TTJcDL3gsnGDALjh2fDGg1onGRUdVgNL2hU2WEZcVrMX
/go-libp2p-peer
store
"
)
// DhtAPI specifies the interface to the DHT
...
...
key.go
View file @
c9eb6014
...
...
@@ -5,7 +5,7 @@ import (
options
"github.com/ipfs/go-ipfs/core/coreapi/interface/options"
"gx/ipfs/Qm
bNepETomvmXfz1X5pHNFD2QuPqnqi47dTd94QJWSorQ3
/go-libp2p-peer"
"gx/ipfs/Qm
TRhk7cgjUf2gfQ3p2M9KPECNZEW9XUrmHcFCgog4cPgB
/go-libp2p-peer"
)
// Key specifies the interface to Keys in KeyAPI Keystore
...
...
options/unixfs.go
View file @
c9eb6014
...
...
@@ -6,7 +6,7 @@ import (
cid
"gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
mh
"gx/ipfs/QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8/go-multihash"
dag
"gx/ipfs/Qm
VvNkTCx8V9Zei8xuTYTBdUXmbnDRS4iNuw1SztYyhQwQ
/go-merkledag"
dag
"gx/ipfs/Qm
Y5xpETYHq3PPvaJnafyLWKqk5y7cZnUeBqLRtLUpEV3s
/go-merkledag"
)
type
Layout
int
...
...
path.go
View file @
c9eb6014
package
iface
import
(
ipfspath
"gx/ipfs/Qm
drpbDgeYH3VxkCciQCJY5LkDYdXtig6unDzQmMxFtWEw
/go-path"
ipfspath
"gx/ipfs/Qm
ayGyPXjTt3cGzjCR3wb5HsHQX7LaJcWUbZemGDn6rKWq
/go-path"
cid
"gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
)
...
...
pubsub.go
View file @
c9eb6014
...
...
@@ -6,7 +6,7 @@ import (
options
"github.com/ipfs/go-ipfs/core/coreapi/interface/options"
peer
"gx/ipfs/Qm
bNepETomvmXfz1X5pHNFD2QuPqnqi47dTd94QJWSorQ3
/go-libp2p-peer"
peer
"gx/ipfs/Qm
TRhk7cgjUf2gfQ3p2M9KPECNZEW9XUrmHcFCgog4cPgB
/go-libp2p-peer"
)
// PubSubSubscription is an active PubSub subscription
...
...
swarm.go
View file @
c9eb6014
...
...
@@ -5,11 +5,11 @@ import (
"errors"
"time"
net
"gx/ipfs/QmSTaEYUgDe1r581hxyd2u9582Hgp3KX4wGwYbRqz2u9Qh/go-libp2p-net"
pstore
"gx/ipfs/QmWtCpWB39Rzc2xTB75MKorsxNpo3TyecTEN24CJ3KVohE/go-libp2p-peerstore"
ma
"gx/ipfs/QmYmsdtJ3HsodkePE3eU3TsCaP2YvPZJ4LoXnNkDE5Tpt7/go-multiaddr"
ma
"gx/ipfs/QmT4U94DnD8FRfqr21obWY32HLM5VExccPKMjQHofeYqr9/go-multiaddr"
"gx/ipfs/QmTRhk7cgjUf2gfQ3p2M9KPECNZEW9XUrmHcFCgog4cPgB/go-libp2p-peer"
pstore
"gx/ipfs/QmTTJcDL3gsnGDALjh2fDGg1onGRUdVgNL2hU2WEZcVrMX/go-libp2p-peerstore"
net
"gx/ipfs/QmXuRkCR7BNQa9uqfpTiFWsTQLzmTWYg91Ja1w95gnqb6u/go-libp2p-net"
"gx/ipfs/QmZNkThpqfVXs9GNbexPrfBbXSLNYeKrE7jwFM2oqHbyqN/go-libp2p-protocol"
"gx/ipfs/QmbNepETomvmXfz1X5pHNFD2QuPqnqi47dTd94QJWSorQ3/go-libp2p-peer"
)
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