use the new zero-allocation control message parsing function from x/sys (#3609)

This commit is contained in:
Marten Seemann 2022-11-04 11:36:46 +00:00 committed by GitHub
parent 76761598e9
commit df762b7552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 23 deletions

2
go.mod
View file

@ -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 (