From 10283b7b2a918e5bbcf57b0fb7fec69ee827b993 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 02:57:43 +0000 Subject: [PATCH] fix(deps): update github.com/cactus/go-statsd-client/statsd digest to 1cec395 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 33ef92394f..971b7a251d 100644 --- a/go.mod +++ b/go.mod @@ -66,7 +66,7 @@ require ( ) require ( - github.com/cactus/go-statsd-client/statsd v0.0.0-20200623234511-94959e3146b2 + github.com/cactus/go-statsd-client/statsd 1cec3953a711 github.com/twmb/murmur3 v1.1.6 // indirect github.com/uber-go/tally v3.5.0+incompatible )