update dependencies and fix lint warnings

This commit is contained in:
Lawrence, Rendall
2026-02-18 18:12:58 +03:00
parent 36a9022ef4
commit 08686d74b7
18 changed files with 205 additions and 139 deletions

View File

@@ -1,5 +1,7 @@
// Package metrics implements a standalone HTTP server for serving pprof
// profiles and Prometheus metrics.
//
//nolint:revive
package metrics
import (