From 8e43cc9f39f6dc1aa71f395fb80766c87fd6fabf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 04:53:44 +0000 Subject: [PATCH] chore: Bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the / directory: [github.com/VictoriaMetrics/metrics](https://github.com/VictoriaMetrics/metrics) and [github.com/hamba/logger/v2](https://github.com/hamba/logger). Updates `github.com/VictoriaMetrics/metrics` from 1.42.0 to 1.43.2 - [Release notes](https://github.com/VictoriaMetrics/metrics/releases) - [Commits](https://github.com/VictoriaMetrics/metrics/compare/v1.42.0...v1.43.2) Updates `github.com/hamba/logger/v2` from 2.9.1 to 2.10.0 - [Release notes](https://github.com/hamba/logger/releases) - [Commits](https://github.com/hamba/logger/compare/v2.9.1...v2.10.0) --- updated-dependencies: - dependency-name: github.com/VictoriaMetrics/metrics dependency-version: 1.43.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/hamba/logger/v2 dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 7ce1d3a..f14872e 100644 --- a/go.mod +++ b/go.mod @@ -3,10 +3,10 @@ module github.com/hamba/statter/v2 go 1.25.10 require ( - github.com/VictoriaMetrics/metrics v1.42.0 + github.com/VictoriaMetrics/metrics v1.43.2 github.com/cactus/go-statsd-client/v5 v5.1.0 github.com/go4org/hashtriemap v0.0.0-20251130024219-545ba229f689 - github.com/hamba/logger/v2 v2.9.1 + github.com/hamba/logger/v2 v2.10.0 github.com/prometheus/client_golang v1.23.2 github.com/stretchr/testify v1.11.1 ) diff --git a/go.sum b/go.sum index 105009c..b85f609 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/VictoriaMetrics/metrics v1.42.0 h1:t/OGs3BjMUYhxw/h83Z28qAss8DuA4QEVwO4NwJ9hZc= -github.com/VictoriaMetrics/metrics v1.42.0/go.mod h1:xDM82ULLYCYdFRgQ2JBxi8Uf1+8En1So9YUwlGTOqTc= +github.com/VictoriaMetrics/metrics v1.43.2 h1:+8pIQEGwchKS5CYFyvv3LKvNXGi7baZ9hmIV4RHqibY= +github.com/VictoriaMetrics/metrics v1.43.2/go.mod h1:xDM82ULLYCYdFRgQ2JBxi8Uf1+8En1So9YUwlGTOqTc= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/cactus/go-statsd-client/v5 v5.1.0 h1:sbbdfIl9PgisjEoXzvXI1lwUKWElngsjJKaZeC021P4= @@ -14,8 +14,8 @@ github.com/go4org/hashtriemap v0.0.0-20251130024219-545ba229f689 h1:0psnKZ+N2IP4 github.com/go4org/hashtriemap v0.0.0-20251130024219-545ba229f689/go.mod h1:OGmRfY/9QEK2P5zCRtmqfbCF283xPkU2dvVA4MvbvpI= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -github.com/hamba/logger/v2 v2.9.1 h1:NRV+6j0SEdGag1DkjWtV/k3JGOFAByx6IEc/nJNpYLs= -github.com/hamba/logger/v2 v2.9.1/go.mod h1:IveSM7xeUVbtmlgXsXoAdNvhQ+JG1CgFMBlKG7hRH/4= +github.com/hamba/logger/v2 v2.10.0 h1:3ZOAB2ddJnaSad+p3r66lBVrID0RtdXO2KPka9HtwCw= +github.com/hamba/logger/v2 v2.10.0/go.mod h1:IveSM7xeUVbtmlgXsXoAdNvhQ+JG1CgFMBlKG7hRH/4= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo= github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=