mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
use the new zero-allocation control message parsing function from x/sys (#3609)
This commit is contained in:
parent
76761598e9
commit
df762b7552
4 changed files with 27 additions and 23 deletions
2
go.mod
2
go.mod
|
@ -14,7 +14,7 @@ require (
|
|||
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
|
||||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
|
||||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
||||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
|
||||
golang.org/x/sys v0.1.1-0.20221102194838-fc697a31fa06
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue