1
0
forked from wrenn/wrenn

Bump netlink v1.3.1 and netns v0.0.5

Fixes resource leaks in named namespace handlers, adds IFF_RUNNING
flag deserialization and RouteGetWithOptions.
This commit is contained in:
2026-04-13 00:13:40 +06:00
parent 9ad704c12b
commit 0e7b198768
2 changed files with 8 additions and 9 deletions

4
go.mod
View File

@ -12,8 +12,8 @@ require (
github.com/jackc/pgx/v5 v5.9.1
github.com/joho/godotenv v1.5.1
github.com/redis/go-redis/v9 v9.18.0
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
github.com/vishvananda/netlink v1.3.1
github.com/vishvananda/netns v0.0.5
golang.org/x/crypto v0.50.0
golang.org/x/oauth2 v0.36.0
golang.org/x/sys v0.43.0