Skip to content

Commit

Permalink
rename the mplex package to mplex
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Apr 26, 2022
1 parent d69f1fc commit 663cf70
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ require (
github.com/libp2p/go-libp2p-testing v0.9.2
github.com/libp2p/go-libp2p-tls v0.4.1
github.com/libp2p/go-libp2p-transport-upgrader v0.7.1
github.com/libp2p/go-mplex v0.7.0
github.com/libp2p/go-msgio v0.2.0
github.com/libp2p/go-netroute v0.2.0
github.com/libp2p/go-reuseport v0.1.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,9 @@ github.com/libp2p/go-libp2p-yamux v0.9.1 h1:oplewiRix8s45SOrI30rCPZG5mM087YZp+VY
github.com/libp2p/go-libp2p-yamux v0.9.1/go.mod h1:wRc6wvyxQINFcKe7daL4BeQ02Iyp+wxyC8WCNfngBrA=
github.com/libp2p/go-maddr-filter v0.1.0/go.mod h1:VzZhTXkMucEGGEOSKddrwGiOv0tUhgnKqNEmIAz/bPU=
github.com/libp2p/go-mplex v0.3.0/go.mod h1:0Oy/A9PQlwBytDRp4wSkFnzHYDKcpLot35JQ6msjvYQ=
github.com/libp2p/go-mplex v0.4.0 h1:Ukkez9/4EOX5rTw4sHefNJp10dksftAA05ZgyjplUbM=
github.com/libp2p/go-mplex v0.4.0/go.mod h1:y26Lx+wNVtMYMaPu300Cbot5LkEZ4tJaNYeHeT9dh6E=
github.com/libp2p/go-mplex v0.7.0 h1:BDhFZdlk5tbr0oyFq/xv/NPGfjbnrsDam1EvutpBDbY=
github.com/libp2p/go-mplex v0.7.0/go.mod h1:rW8ThnRcYWft/Jb2jeORBmPd6xuG3dGxWN/W168L9EU=
github.com/libp2p/go-msgio v0.0.4/go.mod h1:63lBBgOTDKQL6EWazRMCwXsEeEeK9O2Cd+0+6OOuipQ=
github.com/libp2p/go-msgio v0.0.6/go.mod h1:4ecVB6d9f4BDSL5fqvPiC4A3KivjWn+Venn/1ALLMWA=
github.com/libp2p/go-msgio v0.2.0 h1:W6shmB+FeynDrUVl2dgFQvzfBZcXiyqY4VmpQLu9FqU=
Expand Down
2 changes: 1 addition & 1 deletion p2p/muxer/mplex/conn.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package peerstream_multiplex
package mplex

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion p2p/muxer/mplex/stream.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package peerstream_multiplex
package mplex

import (
"time"
Expand Down
2 changes: 1 addition & 1 deletion p2p/muxer/mplex/transport.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package peerstream_multiplex
package mplex

import (
"net"
Expand Down
2 changes: 1 addition & 1 deletion p2p/muxer/mplex/transport_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package peerstream_multiplex
package mplex

import (
"errors"
Expand Down

0 comments on commit 663cf70

Please sign in to comment.