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 26, 2020
1 parent 4b7e0bf commit b90e3fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require (
github.com/libp2p/go-libp2p-peerstore v0.2.6
github.com/minio/sha256-simd v0.1.1
github.com/multiformats/go-multiaddr v0.3.1
github.com/multiformats/go-multiaddr-net v0.2.0
github.com/multiformats/go-multihash v0.0.14
github.com/stretchr/testify v1.5.1
)
Expand Down
2 changes: 1 addition & 1 deletion peerdiversity/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

logging "github.com/ipfs/go-log"
ma "github.com/multiformats/go-multiaddr"
manet "github.com/multiformats/go-multiaddr-net"
manet "github.com/multiformats/go-multiaddr/net"
)

var dfLog = logging.Logger("diversityFilter")
Expand Down

0 comments on commit b90e3fe

Please sign in to comment.