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 747c304
Show file tree
Hide file tree
Showing 3 changed files with 49 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 747c304

Please sign in to comment.