prometheus/web
George Krajcsovits f579093cd8
chore: update Go dependencies for 3.13 release (#18938)
Run `make update-all-go-deps` with the Go toolchain pinned to 1.25.0
(`GOTOOLCHAIN=go1.25.0`) so the `go` directive stays at 1.25.0 and the
project keeps building with any Go 1.25.x. Dependency updates that would
raise their own minimum Go past 1.25.0 (Kubernetes v0.36.x, Consul
api >= v1.34, bufbuild/buf v1.70, google.golang.org/api v0.284) are left at
their current versions and can be picked up once the project moves to Go 1.26.

github.com/prometheus/common is updated to v0.68.1, which removed the
expfmt.WithUnit() encoder option (the unit is now written automatically when
set). Drop the now-removed option from the scrape manager test; it was a
no-op there because the test metric does not set a unit.

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 11:39:43 +02:00
..
api Merge pull request #18927 from yashanil98/fix/issue-18841-sha256-rule-pagination-token 2026-06-16 14:49:54 +02:00
ui chore: update Go dependencies for 3.13 release (#18938) 2026-06-17 11:39:43 +02:00
federate.go Refactor parse.go into an instance-based Parser interface 2026-02-11 11:21:49 +01:00
federate_test.go chore: fix httpNoBody issues from gocritic 2026-03-02 20:06:30 +01:00
web.go web/api: reject 0 for limit and batch_size in search endpoints (#18724) 2026-05-19 15:05:45 +00:00
web_test.go web/api: remove deprecated DELETE /api/v1/series endpoint (#18083) 2026-04-07 13:49:24 +02:00