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
p2p
go-p2p-kad-dht
Commits
57a258ff
Unverified
Commit
57a258ff
authored
Aug 25, 2020
by
Adin Schmahmann
Committed by
GitHub
Aug 25, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #689 from libp2p/chore/update-deps
chore: update deps
parents
6e04c480
53266949
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
54 additions
and
166 deletions
+54
-166
dht_filters.go
dht_filters.go
+1
-1
dht_filters_test.go
dht_filters_test.go
+1
-1
go.mod
go.mod
+5
-6
go.sum
go.sum
+47
-158
No files found.
dht_filters.go
View file @
57a258ff
...
...
@@ -13,7 +13,7 @@ import (
netroute
"github.com/libp2p/go-netroute"
ma
"github.com/multiformats/go-multiaddr"
manet
"github.com/multiformats/go-multiaddr
-
net"
manet
"github.com/multiformats/go-multiaddr
/
net"
)
// QueryFilterFunc is a filter applied when considering peers to dial when querying
...
...
dht_filters_test.go
View file @
57a258ff
...
...
@@ -10,7 +10,7 @@ import (
"github.com/libp2p/go-libp2p-core/peer"
"github.com/multiformats/go-multiaddr"
ma
"github.com/multiformats/go-multiaddr"
manet
"github.com/multiformats/go-multiaddr
-
net"
manet
"github.com/multiformats/go-multiaddr
/
net"
)
func
TestIsRelay
(
t
*
testing
.
T
)
{
...
...
go.mod
View file @
57a258ff
...
...
@@ -9,26 +9,25 @@ require (
github.com/hashicorp/go-multierror
v1.1.0
github.com/hashicorp/golang-lru
v0.5.4
github.com/ipfs/go-cid
v0.0.7
github.com/ipfs/go-datastore
v0.4.
4
github.com/ipfs/go-datastore
v0.4.
5
github.com/ipfs/go-detect-race
v0.0.1
github.com/ipfs/go-ipfs-util
v0.0.2
github.com/ipfs/go-ipns
v0.0.2
github.com/ipfs/go-log
v1.0.4
github.com/jbenet/goprocess
v0.1.4
github.com/libp2p/go-eventbus
v0.2.1
github.com/libp2p/go-libp2p
v0.1
0
.0
github.com/libp2p/go-libp2p
v0.1
1
.0
github.com/libp2p/go-libp2p-core
v0.6.1
github.com/libp2p/go-libp2p-kbucket
v0.4.
6
github.com/libp2p/go-libp2p-kbucket
v0.4.
7
github.com/libp2p/go-libp2p-peerstore
v0.2.6
github.com/libp2p/go-libp2p-record
v0.1.3
github.com/libp2p/go-libp2p-routing-helpers
v0.2.3
github.com/libp2p/go-libp2p-swarm
v0.2.8
github.com/libp2p/go-libp2p-testing
v0.
1.2-0.20200422005655-8775583591d8
github.com/libp2p/go-libp2p-testing
v0.
2.0
github.com/libp2p/go-msgio
v0.0.6
github.com/libp2p/go-netroute
v0.1.3
github.com/multiformats/go-base32
v0.0.3
github.com/multiformats/go-multiaddr
v0.2.2
github.com/multiformats/go-multiaddr-net
v0.1.5
github.com/multiformats/go-multiaddr
v0.3.1
github.com/multiformats/go-multibase
v0.0.3
github.com/multiformats/go-multihash
v0.0.14
github.com/multiformats/go-multistream
v0.1.2
...
...
go.sum
View file @
57a258ff
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