Skip to content

Commit

Permalink
chore: switch from go-multiaddr-net to go-multiaddr/net
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Aug 25, 2020
1 parent 2264b43 commit fb50fe5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dht_filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dht_filters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ require (
github.com/libp2p/go-netroute v0.1.3
github.com/multiformats/go-base32 v0.0.3
github.com/multiformats/go-multiaddr v0.3.1
github.com/multiformats/go-multiaddr-net v0.2.0
github.com/multiformats/go-multibase v0.0.3
github.com/multiformats/go-multihash v0.0.14
github.com/multiformats/go-multistream v0.1.2
Expand Down

0 comments on commit fb50fe5

Please sign in to comment.