Skip to content

Commit

Permalink
feat: update stream interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Sep 2, 2020
1 parent 880e035 commit 4eed3d7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 43 deletions.
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ module github.com/libp2p/go-libp2p-mplex
go 1.12

require (
github.com/ipfs/go-log v1.0.4 // indirect
github.com/ipfs/go-log/v2 v2.1.1 // indirect
github.com/libp2p/go-libp2p-core v0.6.1
github.com/libp2p/go-libp2p-testing v0.1.1
github.com/libp2p/go-mplex v0.1.2
github.com/opentracing/opentracing-go v1.2.0 // indirect
go.uber.org/zap v1.15.0 // indirect
github.com/libp2p/go-libp2p-core v0.7.0
github.com/libp2p/go-libp2p-testing v0.3.0
github.com/libp2p/go-mplex v0.2.0
)
Loading

0 comments on commit 4eed3d7

Please sign in to comment.