Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Implement support for simultaneous open #14

Merged
merged 11 commits into from
Feb 17, 2021
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/libp2p/go-conn-security-multistream
go 1.12

require (
github.com/libp2p/go-libp2p-core v0.5.1
github.com/libp2p/go-libp2p-testing v0.1.1
github.com/multiformats/go-multistream v0.1.1
github.com/libp2p/go-libp2p-core v0.8.1-0.20210114124426-a6fd13dff65a
github.com/libp2p/go-libp2p-testing v0.4.0
github.com/multiformats/go-multistream v0.2.1-0.20210121060916-85f04aad069c
)