security: update golang.org/x/net to v0.38.0 in go.mod and go.sum

This commit is contained in:
2026-01-22 20:37:09 +01:00
parent 45808ab4cf
commit 0884e006b9
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -42,6 +42,6 @@ require (
github.com/valyala/fasthttp v1.59.0 // indirect
golang.org/x/arch v0.16.0 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.32.0 // indirect
)