Bump golang.org/x/net to v0.55.0

For GO-2026-5026 security fix.
This commit is contained in:
Cuong Manh Le
2026-05-29 13:36:09 +07:00
committed by Cuong Manh Le
parent e15ca5c466
commit 0d183feddb
4 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -35,9 +35,9 @@ require (
github.com/stretchr/testify v1.11.1
github.com/vishvananda/netlink v1.3.1
go.uber.org/zap v1.27.0
golang.org/x/net v0.54.0
golang.org/x/net v0.55.0
golang.org/x/sync v0.20.0
golang.org/x/sys v0.44.0
golang.org/x/sys v0.45.0
golang.zx2c4.com/wireguard/windows v0.5.3
tailscale.com v1.74.0
)