From 0e3c3aeeb9933954456db3d0a744e42c0ed1b257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:08:44 +0000 Subject: [PATCH] Bump github.com/uber-go/tally in /v3 Bumps [github.com/uber-go/tally](https://github.com/uber-go/tally) from 3.5.0+incompatible to 3.5.2+incompatible. - [Release notes](https://github.com/uber-go/tally/releases) - [Commits](https://github.com/uber-go/tally/compare/v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: github.com/uber-go/tally dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- v3/go.mod | 2 +- v3/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v3/go.mod b/v3/go.mod index 5b1aff7..63cb873 100644 --- a/v3/go.mod +++ b/v3/go.mod @@ -7,7 +7,7 @@ require ( github.com/golang/mock v1.6.0 github.com/stretchr/testify v1.8.1 github.com/twmb/murmur3 v1.1.6 // indirect - github.com/uber-go/tally v3.5.0+incompatible + github.com/uber-go/tally v3.5.2+incompatible go.uber.org/multierr v1.8.0 go.uber.org/zap v1.21.0 ) diff --git a/v3/go.sum b/v3/go.sum index 1c599f0..db78772 100644 --- a/v3/go.sum +++ b/v3/go.sum @@ -27,8 +27,8 @@ github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKs github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/twmb/murmur3 v1.1.6 h1:mqrRot1BRxm+Yct+vavLMou2/iJt0tNVTTC0QoIjaZg= github.com/twmb/murmur3 v1.1.6/go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ= -github.com/uber-go/tally v3.5.0+incompatible h1:2vIkqVrSaspifqcJh2yQjQqqpfavvmfj/ognDrBxuSg= -github.com/uber-go/tally v3.5.0+incompatible/go.mod h1:YDTIBxdXyOU/sCWilKB4bgyufu1cEi0jdVnRdxvjnmU= +github.com/uber-go/tally v3.5.2+incompatible h1:3AA1ygwDparJYjvrvG4I8MrhuLxKnWLg3vxdfMMDq7k= +github.com/uber-go/tally v3.5.2+incompatible/go.mod h1:YDTIBxdXyOU/sCWilKB4bgyufu1cEi0jdVnRdxvjnmU= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw= go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=