Commit f721398 1 parent 9fa21b6 commit f721398 Copy full SHA for f721398
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
30
30
github.com/libp2p/go-nat v0.2.0
31
31
github.com/libp2p/go-netroute v0.2.2
32
32
github.com/libp2p/go-reuseport v0.4.0
33
- github.com/libp2p/go-yamux/v4 v4 .0.2-0.20241120100319-39abe7ed206a
33
+ github.com/libp2p/go-yamux/v5 v5 .0.0
34
34
github.com/libp2p/zeroconf/v2 v2.2.0
35
35
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
36
36
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
Original file line number Diff line number Diff line change @@ -194,8 +194,8 @@ github.com/libp2p/go-netroute v0.2.2 h1:Dejd8cQ47Qx2kRABg6lPwknU7+nBnFRpko45/fFP
194
194
github.com/libp2p/go-netroute v0.2.2 /go.mod h1:Rntq6jUAH0l9Gg17w5bFGhcC9a+vk4KNXs6s7IljKYE =
195
195
github.com/libp2p/go-reuseport v0.4.0 h1:nR5KU7hD0WxXCJbmw7r2rhRYruNRl2koHw8fQscQm2s =
196
196
github.com/libp2p/go-reuseport v0.4.0 /go.mod h1:ZtI03j/wO5hZVDFo2jKywN6bYKWLOy8Se6DrI2E1cLU =
197
- github.com/libp2p/go-yamux/v4 v4 .0.2-0.20241120100319-39abe7ed206a h1:zc7jPWFFQibZbACDyQdEAWg7yG/fjx5Jmg6djtpjKog =
198
- github.com/libp2p/go-yamux/v4 v4 .0.2-0.20241120100319-39abe7ed206a /go.mod h1:PGP+3py2ZWDKABvqstBZtMnixEHNC7U/odnGylzur5o =
197
+ github.com/libp2p/go-yamux/v5 v5 .0.0 h1:2djUh96d3Jiac/JpGkKs4TO49YhsfLopAoryfPmf+Po =
198
+ github.com/libp2p/go-yamux/v5 v5 .0.0 /go.mod h1:en+3cdX51U0ZslwRdRLrvQsdayFt3TSUKvBGErzpWbU =
199
199
github.com/libp2p/zeroconf/v2 v2.2.0 h1:Cup06Jv6u81HLhIj1KasuNM/RHHrJ8T7wOTS4+Tv53Q =
200
200
github.com/libp2p/zeroconf/v2 v2.2.0 /go.mod h1:fuJqLnUwZTshS3U/bMRJ3+ow/v9oid1n0DmyYyNO1Xs =
201
201
github.com/lunixbochs/vtclean v1.0.0 /go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI =
Original file line number Diff line number Diff line change 5
5
6
6
"github.com/libp2p/go-libp2p/core/network"
7
7
8
- "github.com/libp2p/go-yamux/v4 "
8
+ "github.com/libp2p/go-yamux/v5 "
9
9
)
10
10
11
11
// conn implements mux.MuxedConn over yamux.Session.
Original file line number Diff line number Diff line change 7
7
8
8
"github.com/libp2p/go-libp2p/core/network"
9
9
10
- "github.com/libp2p/go-yamux/v4 "
10
+ "github.com/libp2p/go-yamux/v5 "
11
11
)
12
12
13
13
// stream implements mux.MuxedStream over yamux.Stream.
Original file line number Diff line number Diff line change 7
7
8
8
"github.com/libp2p/go-libp2p/core/network"
9
9
10
- "github.com/libp2p/go-yamux/v4 "
10
+ "github.com/libp2p/go-yamux/v5 "
11
11
)
12
12
13
13
var DefaultTransport * Transport
You can’t perform that action at this time.
0 commit comments