Skip to content

Commit

Permalink
chore(dep): update go-libp2p-swarm
Browse files Browse the repository at this point in the history
Fixes a concurrent map access issue: ipfs#6418. The fix for this somehow didn't make
it into 0.4.22 either.
  • Loading branch information
Stebalien authored and Walter Beegle committed Jun 6, 2020
1 parent 17e6505 commit 1e91cf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ github.com/libp2p/go-libp2p-swarm v0.0.1 h1:Vne+hjaDwXqzgNwQ2vb2YKbnbOTyXjtS47st
github.com/libp2p/go-libp2p-swarm v0.0.1/go.mod h1:mh+KZxkbd3lQnveQ3j2q60BM1Cw2mX36XXQqwfPOShs=
github.com/libp2p/go-libp2p-swarm v0.0.6 h1:gE0P/v2h+KEXtAi9YTw2UBOSODJ4m9VuuJ+ktc2LVUo=
github.com/libp2p/go-libp2p-swarm v0.0.6/go.mod h1:s5GZvzg9xXe8sbeESuFpjt8CJPTCa8mhEusweJqyFy8=
github.com/libp2p/go-libp2p-swarm v0.0.7 h1:Ma/ob07+9GwjDNxrSK5oP4cqilDir1p8FzwKBsWqPGg=
github.com/libp2p/go-libp2p-swarm v0.0.7/go.mod h1:s5GZvzg9xXe8sbeESuFpjt8CJPTCa8mhEusweJqyFy8=
github.com/libp2p/go-libp2p-tls v0.0.2 h1:bKuIE5fqyYiFJEtz8ovRkFogtvvAwQqCLZhbnSVMu8g=
github.com/libp2p/go-libp2p-tls v0.0.2/go.mod h1:FHAVvksSmbluc1v4sDcIK6oF46Hy0MW0wFk0LyrFghY=
github.com/libp2p/go-libp2p-transport v0.0.1/go.mod h1:UzbUs9X+PHOSw7S3ZmeOxfnwaQY5vGDzZmKPod3N3tk=
Expand Down

0 comments on commit 1e91cf0

Please sign in to comment.