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 9034260
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 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.4.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
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 9034260

Please sign in to comment.