fix(ci): regen docs + bump x/net to v0.55.0

- regen docs/reference/client.md after the Version docstring rewrite
  in the previous SendForModule commit (gomarkdoc output drifted).
- bump golang.org/x/net 0.54.0 -> 0.55.0 for the govulncheck fixes
  (GO-2026-5027/5028/5029/5030 — html.Parse XSS / DoS chain reachable
  from cmd/scrape).
This commit is contained in:
2026-05-22 23:44:24 +01:00
parent 404411b20c
commit 6685414374
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ require (
github.com/lukaszraczylo/oss-telemetry v0.2.1
github.com/stretchr/testify v1.9.0
github.com/valyala/fasthttp v1.71.0
golang.org/x/net v0.54.0
golang.org/x/net v0.55.0
)
require (