Skip to content

Commit

Permalink
Merge pull request #257 from libp2p/prune-px/peer-record-renaming
Browse files Browse the repository at this point in the history
Update peer-exchange branch with PeerRecord api changes
  • Loading branch information
vyzo authored Jan 30, 2020
2 parents 7da9c75 + f30aa45 commit bb1fd4a
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
language: go

go:
- 1.11.x
- 1.13.x

env:
global:
Expand Down
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ module github.com/libp2p/go-libp2p-pubsub

require (
github.com/gogo/protobuf v1.3.1
github.com/hashicorp/golang-lru v0.5.1
github.com/ipfs/go-log v0.0.1
github.com/hashicorp/golang-lru v0.5.3
github.com/ipfs/go-log v1.0.0
github.com/libp2p/go-libp2p-blankhost v0.1.4
github.com/libp2p/go-libp2p-core v0.2.6-0.20191121175514-5fa975301271
github.com/libp2p/go-libp2p-core v0.3.1-0.20200122190321-33890dd41845
github.com/libp2p/go-libp2p-discovery v0.2.0
github.com/libp2p/go-libp2p-peerstore v0.1.5-0.20191121180145-50b0a8d4d5d1 // indirect
github.com/libp2p/go-libp2p-peerstore v0.1.5-0.20200122195148-d32f2a2039d9 // indirect
github.com/libp2p/go-libp2p-swarm v0.2.2
github.com/multiformats/go-multiaddr v0.1.1
github.com/multiformats/go-multiaddr v0.2.0
github.com/multiformats/go-multistream v0.1.0
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
golang.org/x/tools v0.0.0-20200123022218-593de606220b // indirect
)

go 1.13
Loading

0 comments on commit bb1fd4a

Please sign in to comment.