Skip to content

Commit

Permalink
Merge pull request #95 from libp2p/chore/update-deps
Browse files Browse the repository at this point in the history
chore(dep): update deps
  • Loading branch information
Stebalien authored Oct 28, 2019
2 parents a785eb2 + 62b9a38 commit fc51534
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 121 deletions.
2 changes: 1 addition & 1 deletion p2p/host/peerstore/addr/sorting.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"bytes"

ma "github.com/multiformats/go-multiaddr"
mafmt "github.com/multiformats/go-multiaddr-fmt"
manet "github.com/multiformats/go-multiaddr-net"
mafmt "github.com/whyrusleeping/mafmt"
)

func isFDCostlyTransport(a ma.Multiaddr) bool {
Expand Down
170 changes: 78 additions & 92 deletions p2p/host/peerstore/pb/pstore.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fc51534

Please sign in to comment.