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

Commit

Permalink
Implement support for simultaneous open (#14)
Browse files Browse the repository at this point in the history
* implement simultaneous open


Co-authored-by: aarshkshah1992 <aarshkshah1992@gmail.com>
  • Loading branch information
vyzo and aarshkshah1992 committed Feb 17, 2021
1 parent ec479eb commit d2b7f02
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 129 deletions.
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.7.1
github.com/libp2p/go-libp2p-testing v0.3.0
github.com/multiformats/go-multistream v0.2.1
)

0 comments on commit d2b7f02

Please sign in to comment.