Unverified Commit 57a258ff authored by Adin Schmahmann's avatar Adin Schmahmann Committed by GitHub

Merge pull request #689 from libp2p/chore/update-deps

chore: update deps
parents 6e04c480 53266949
......@@ -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
......
......@@ -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) {
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment